https://github.com/obsfx/pyxel-platformer-demo
https://github.com/obsfx/pyxel-platformer-demo
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/obsfx/pyxel-platformer-demo
- Owner: obsfx
- Created: 2020-03-14T16:06:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T06:43:32.000Z (almost 6 years ago)
- Last Synced: 2025-03-03T11:28:10.988Z (over 1 year ago)
- Language: Python
- Size: 1.87 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Platformer Demo on Pyxel Fantasy Console
My demo playground to implement and understand ;
- simple platformer physics
- quadtree backed tilemap collisions
- particles

### V2 TODO ://
- [x] fix corner collision issue for different sized rectangles
- [ ] customizeable collision directions