This commit is contained in:
Yaroslav Orlianskyi 2022-06-07 13:28:16 +02:00
parent ab2d2c74bf
commit 07b93e23cb

View File

@ -15,7 +15,7 @@
##1. Game logics
The code consists of 3 functions:
* In world.c :
* In game.c :
void game_field(const int rows, const int columns, char field[rows][columns]);
@ -72,4 +72,4 @@ You need to sort the balls in the tubes until all the balls with the same type r
##3. Interface and How to play?
The game has a simple interface, after you write ./game in the console, the game will start and you will see the game interface where you have four lines and six pipes, after which you will ask something like "How to play?" and the answer to this question is quite simple, you need to press the number from one to six, which will mean the pipe with which you want to move the ball, but the game takes the topmost ball and this must be taken into account, after that you again need to press the number from one to six what will mean the pipe in which you want to put this ball
***
***