Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shahank42/platformer-game-level

A quick platformer game level made using the p5.js library.
https://github.com/shahank42/platformer-game-level

2d-game game game-development game-level p5js p5js-game platformer

Last synced: 20 days ago
JSON representation

A quick platformer game level made using the p5.js library.

Awesome Lists containing this project

README

        

# platformer-game-level
A quick platformer game level made in JavasScript using the p5.js library.

![](https://raw.githubusercontent.com/shahank101/platformer-game-level/master/game.PNG)

Based on the platformer game-making tutorial by [PothOnProgramming on YouTube](https://www.youtube.com/channel/UCdS3ojA8RL8t1r18Gj1cl6w).

Implemented the same program structure and management while incorporating it with p5.js to make some things easier and more intuitive (as when compared to VanillaJS).