top | item 46511033

(no title)

rob001 | 1 month ago

This is a very cool and enjoyable game. I'd be really interested in knowing what framework/library was used to make it. I inspected the source and can see the game is done on canvas, but can't work out more than that.

discuss

order

Retr0id|1 month ago

I wouldn't be surprised if they're just rawdogging the canvas API

daneel_w|1 month ago

The canvas API itself is pretty basic. It's not complicated at all to slap graphical tiles onto the screen.

the_shivers|1 month ago

Just vanilla canvas + Typescript.

tasuki|1 month ago

Thank you for an interesting game! Is the code also available in a nicer-to-read way?