An Pacman game implemented in C++ version 11 to console application.
- Choose if you want to play with colors or black & white
- Choose the level of the game
- Choose the speed of the game
- for more information about the rules of the game, choose the ' Present instructions and keys' button
You can build the game board you want to play on but pay attention to the board format: the @ sign to Pacman, the $ sign to the wind, and the # sign for a wall. Additionally the board should be saved in a txt file with the extension: .screen.txt
Play several screens in a row' or a specific screen by screen name
choose one of the following modes:
- Simple mode - Play the game normally without recording
- Save mode - Play the game while recording it
- Load mode - Run a record for a game withoud playing
- Silent mode - Run a record of a game without playing and without seeing the record (only for testing)