We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9daa2 commit c8eec2fCopy full SHA for c8eec2f
games/tic_tac_toe.c
@@ -4,8 +4,8 @@
4
* @author [Krishna Vedala](https://github.com/kvedala)
5
* @brief [Tic-Tac-Toe game](https://en.wikipedia.org/wiki/Tic-tac-toe)
6
* implementation in C
7
- * @details Tic-Tac-Toe Game,where the user can decide to play with the
8
- * computer(single player mode) or with other user(double player mode) , the
+ * @details Tic-Tac-Toe Game, where the user can decide to play with the
+ * computer(single player mode) or with other user(double player mode), the
9
* code as an array named 'game_table' which is the table and user needs to enter the
10
* position inside the array(from 1-9) where he/she wants to place 'X' or 'O' on the
11
* table.
0 commit comments