My first application written in C++ for school coursework during my penultimate year of study.
It is a simple pacman-like game using the SMFL library.
In order to play the game, you need to install the SFML library.
sudo apt-get install libsfml-dev
make
./play
- Arrow Keys
- Vincent LIU