Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 746 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 746 Bytes

Super Smash ÆÜGH

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.

Controls:

  • Arrow keys to control pufferfish
  • ESC to pause.

Command line arguments:

  • -h or --help to display help screen
  • -e or --easy to activate easy mode
  • -f or --fps to activate FPS display

Build dependencies:

  • SFML 2.5.1 (this is the one on my system; you can probably get away with an older one)
  • xxd

To build:

  1. Ensure that the above dependencies are on your system.
  2. Run make to build the program.
  3. Run the executable with ./super-smash-aeugh.