The game is a maze with events on the cells. The goal is to reach the exit cell
After clone repository use the following commands:
mkdir Build
cd Build
cmake ..
cmake --build .
Then you can see executable file "main" in Build directory
In these screenshots, you can see what the console view of the game looks like
File logs that are can be saved in the file "/Logger/LOGS" or also release on the console during the game (SELECT REQUIRED MODE).
Game Elements
-
[@] = PLAYER
-
[] = DEFAULT CELL
-
[#] = WALL
-
[P] = POINTS
-
[T] = TRAP
-
[>], [<], [v], [^] = THROW ASIDE EVENT
Default config:
-
W=MVUP
-
S=MVDOWN
-
A=MVLEFT
-
D=MVRIGHT
-
Q=EXIT
R=RESTART
The config can be changed in the file "/Input/CONFIG"