diff --git a/du8/README.md b/du8/README.md new file mode 100644 index 0000000..168b4de --- /dev/null +++ b/du8/README.md @@ -0,0 +1,15 @@ +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 + +