Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 727 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 727 Bytes

Air Penguin

Air Penguin 2D Game: slide on the hills to gain oxygen and avoid staying low.

Implemented Mechanics

  • Collision Detection Box vs Segment
  • Collision Response
  • Player Gravity and Physics to Collision
  • Random Terrain Generation
  • Camera Mouvement Focus Player

Resources

Requirements

  • C++
  • SFML
  • Visual Studio 2016