PVJC25/du8
2025-06-14 03:19:39 +00:00
..
game.c Aktualizovat du8/game.c 2025-06-14 03:08:37 +00:00
game.h Přidat du8/game.h 2025-06-14 02:57:41 +00:00
main.c Přidat du8/main.c 2025-06-14 03:00:26 +00:00
Makefile Aktualizovat du8/Makefile 2025-06-14 03:19:39 +00:00
README.md Aktualizovat du8/README.md 2025-06-14 03:15:49 +00:00
world.c Přidat du8/world.c 2025-06-14 02:59:22 +00:00
world.h Přidat du8/world.h 2025-06-14 02:58:17 +00:00

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