16 lines
432 B
Markdown
16 lines
432 B
Markdown
The game begins with the fact that the user can start playing it or leave the game.
|
|
The game is controlled using buttons 1-9, each of which is responsible for a cell on the playing field.
|
|
After winning/losing/drawing, a corresponding message is displayed and it becomes possible to either press ENTER and play again or press Q or q and leave the game.
|
|
|
|
Installation and Running
|
|
|
|
Clone this repository.
|
|
|
|
Compile:
|
|
make
|
|
|
|
Run:
|
|
./Play
|
|
|
|
|