From 2d369177ef524401b31ddd1588ec985beaef8bee Mon Sep 17 00:00:00 2001 From: Mykola Syniavskyi Date: Sat, 14 Jun 2025 03:15:08 +0000 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20du8/README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du8/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 du8/README.md 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 + +