Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewandretaylor/2d-platformer-playground
https://github.com/matthewandretaylor/2d-platformer-playground
platformer
Last synced: about 24 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/matthewandretaylor/2d-platformer-playground
- Owner: MatthewAndreTaylor
- Created: 2022-12-29T01:55:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T04:54:04.000Z (14 days ago)
- Last Synced: 2024-11-05T05:28:48.497Z (14 days ago)
- Topics: platformer
- Language: JavaScript
- Homepage: https://2d-platformer-playground.netlify.app
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2D-Platformer-Playground
## Demo
https://2d-platformer-playground.netlify.apphttps://jsfiddle.net/matthewt123/k51buxf7/150/
## Goals ⛳
Learn about 2d physics. I wanted the character to feel bouncy to traverse complex 2d stages.
Use the WASD keys to move the player around the screen.
Implement a working level maker and play tester.
You can modify the stage while paused. Tool I developed for designing small platformer levels.