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

https://github.com/obsfx/pyxel-platformer-demo


https://github.com/obsfx/pyxel-platformer-demo

Last synced: 10 months ago
JSON representation

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

![](https://raw.githubusercontent.com/obsfx/pyxel-platformer-demo/master/demo.gif)

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

- [ ] customizeable collision directions