Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 524 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 524 Bytes

Platformer

C++ 2D Platformer game based on SFML.

Implemented Mechanics

  • Mutiples Maps
  • Map Layers
  • Automatic JSON Map File Reader
  • Player Gravity
  • Player Double & Triple Jumps
  • Player Friction and Acceleration
  • Player Animation
  • 2D Collision Detection and Response
  • 2D Lerp Camera Follows Player

Requirements

  • C++
  • glew
  • sfml
  • nlohmann.json
  • pugixml
  • Visual Studio 2016