A simple game made in SFML and C++ that features an arrow key-controlled pufferfish. The pufferfish has to eat food around the map while being chased by Gordon Ramsay. The game is currently in development, but it is playable.
- Arrow keys to control pufferfish
- ESC to pause.
-h
or--help
to display help screen-e
or--easy
to activate easy mode-f
or--fps
to activate FPS display
- SFML 2.5.1 (this is the one on my system; you can probably get away with an older one)
- xxd
- Ensure that the above dependencies are on your system.
- Run
make
to build the program. - Run the executable with
./super-smash-aeugh
.