Keyword: gamedev

Showing 21 to 24 of 24«12
Roofed areas and better map engine

Roofed areas and better map engine

Fri May 02 2025 15:06:07 GMT+0100 (British Summer Time)

We now add roofs to our tile map and improve our map and tile engine.

Objects and Layered rendering

Objects and Layered rendering

Fri May 02 2025 15:06:07 GMT+0100 (British Summer Time)

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.

Inventories and Items

Inventories and Items

Fri May 02 2025 15:06:07 GMT+0100 (British Summer Time)

Handling Inventories, Items, and placed items on a 2D tile map using Javascript.

Managing Sprites and Frames

Managing Sprites and Frames

Fri May 02 2025 15:06:07 GMT+0100 (British Summer Time)

In this tutorial we'll create a class to manage sprites and frames and convert our existing sprites to make use of it.