Skip to content

Narcisses/Platformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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