Nano-platformer, a really basic platformer for teaching purposes

https://dl.dropboxusercontent.com/u/96150028/nanoplatformer/title.jpg

Hi! Next month I have to make a simple 2-3 hour class about the very basics of making a platform game.

I made a small open-source project that do an implementation of a platform game as simple as possible

https://bitbucket.org/Nesferjo/nanoplatformer

the project contains:

  • followed clean-code premises (in my modest opinion).
  • variable time step loop.
  • level loading from a file.
  • really simple character physics.
  • camera movement.
  • many basic samples.

I hope you like it. If you want to use the code or discuss about it, it would be great :wink: