- a remake of the famous game "Pacman" in the 1980s
- install Git for Windows
- run Git Bash anywhere and type in the following command
git clone https://github.com/Randy1005/poocman.git
- the executable file will be in poocman/poocmanRelease/poocman.exe = run the executable file
- maze generation with recursive backtracking
- implemented animation sprite class for sprite animation convenience
- required to adjust commonInfo.h [MAZE_PASSAGE_SIZE], and wall check varibles when changing map