Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 664 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 664 Bytes

Jumping Figures

Basic information

C++ 2D game written using allegro. You play as sky blue circle with white triangle inside, main goal is to survive as long as possible avoiding any collision with many enymy figures, which are flying chaotically all around the game field. Game structure consists of big hierarchy of enemy objects with unique look and movement.

Key binds

  • Arrow keys - used to move around controlled figure.
  • LSHIFT - used to activate sprint (Move faster)
  • SPACE - reset game
  • S - save game in last_save.txt
  • L - load game from choosen save file

Example screenshot

alt text