5 ms·
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
by rob001 9mo 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.
- Retr0id 9mo agoI wouldn't be surprised if they're just rawdogging the canvas API
- daneel_w 9mo agoThe canvas API itself is pretty basic. It's not complicated at all to slap graphical tiles onto the screen.
- the_shivers 8mo agoJust vanilla canvas + Typescript.
- tasuki 8mo agoThank you for an interesting game! Is the code also available in a nicer-to-read way?