Hello all,
I implemented a mini jump and run game using p5.js / p5.play on the codeguppy.com platform.
The game is still basic, however I didn't construct the game to be a polished game, but instead teach various game building techniques.
Game:
https://codeguppy.com/run.html?desert_adventure/program
These are the steps to construct the game.
Part I: Platform and character
https://codeguppy.com/code.html?desert_adventure/run0
Part II: Infinite scroll
https://codeguppy.com/code.html?desert_adventure/run1
Part III: Adding a basic jump
https://codeguppy.com/code.html?desert_adventure/run2
Part IV: A better jump
https://codeguppy.com/code.html?desert_adventure/jump
Part V: Collision with obstacles
https://codeguppy.com/code.html?desert_adventure/run3
Part VI: Adding sound effects
https://codeguppy.com/code.html?desert_adventure/program
Comments welcomed!