Ecosyste.ms: Awesome

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

https://github.com/jonathanhirz/luxe_platformer

another luxe platformer test ground
https://github.com/jonathanhirz/luxe_platformer

Last synced: 2 months ago
JSON representation

another luxe platformer test ground

Lists

README

        

another platformer testground

tilemaps
basic physics (check platformer example)
animated tiles

basic todo list:
* [x] draw 16x16 tiles
* [x] dirt
* [x] dirt/grass top
* [x] stone
* [x] clouds
* [x] sky
* [x] collision red
* [x] draw tiled map, larger than screen size (to be scrolled)
* [x] get tiled map showing up in game
* [ ] collision bounds in array
* [ ] simple player sprite on screen, able to move
* [ ] camera follows player
* [ ] physics simulation, with movement, gravity and collision
* [ ] ^ that's a big one, it gets two todos ^
* [ ] ...
* [ ] profit