Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shahank42/platformer-game-level
- Owner: shahank42
- Created: 2020-04-15T03:34:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T04:08:21.000Z (over 4 years ago)
- Last Synced: 2024-10-11T18:31:09.530Z (3 months ago)
- Topics: 2d-game, game, game-development, game-level, p5js, p5js-game, platformer
- Language: JavaScript
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).