
Objects and Layered rendering
Objects are now added to our simple tile based game, and we learn to render in multiple passes for different layers of objects and tiles.
Objects are now added to our simple tile based game, and we learn to render in multiple passes for different layers of objects and tiles.
Handling Inventories, Items, and placed items on a 2D tile map using Javascript.
In this tutorial we'll create a class to manage sprites and frames and convert our existing sprites to make use of it.