Hacker News new | ask | show | jobs
by rob001 160 days 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.
3 comments

I wouldn't be surprised if they're just rawdogging the canvas API
The canvas API itself is pretty basic. It's not complicated at all to slap graphical tiles onto the screen.
Just vanilla canvas + Typescript.
Thank you for an interesting game! Is the code also available in a nicer-to-read way?