Rolly Dango, an isometric rolling puzzle made with WASM-4. We made it for the WASM-4 Game Jam.

Try the game here or on itch.io!

rolly dango

Source code is here: willGuimont/rolly-dango

Here’s some key points of our project:

  • We made our own ECS (entity-component-systems) from scratch
  • To save cartridge space, we built our own Huffman coding algorithm
  • To help ourselves make levels, we built our own level editor using p5.js
  • Made all of our sprites using Aseprite

Our level editor: level editor