This is a remake of the classic Pacman in C++. It was developed in the summer of 2014 as proof of concept.
Ofc! There is a compiled version for windows ready to go: https://github.com/miachm/Pacman/releases/download/Init/Pacman-Windows-x64.zip
Linux users can compile it. Check the next section.
Instructions:
1º Clone the repository: git clone https://github.com/miachm/Pacman.git
2º Enter in the directory: cd Pacman
3º Install dependencies (SFML): sudo apt-get install sfml-dev
4º Execute make: make
5º Done!
Requeriments:
1º C++11 compiler
2º At least SFML 2.3