You can support the development on the Github Sponsors page.


Tech > MICRO-PLATFORMER STARTER KIT


Platforming engine in ~100 lines of code.
made by Matt Hughson (@mhughson)
uploaded by mhughson
added:
download cartridge
- CLICK TO PLAY -

8


The goal of this cart is to demonstrate a very basic platforming engine in under 100 lines of code (comments don't count), while still maintaining an organized and documented game.

It is not meant to be a demo of doing as much as possible, in as little code as possible (a la demo scene). The 100 line limit is just meant to encourage people that "Hey, you can make a game with very little coding!"

This will hopefully give new users a simple and easy to understand starting point for their own platforming games.

Note: Collision routine is based on Super Mario Bros 2 and M.C. Kids, where we use collision points rather than a box. this has some interesting bugs but if it was good enough for miyamoto, its good enough for me!

Comments


gameboxtic

Nice! That's an interesting way to detect collision.


Post comment