Y
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
Retr0id
160 days ago
I wouldn't be surprised if they're just rawdogging the canvas API
link
daneel_w
160 days ago
The canvas API itself is pretty basic. It's not complicated at all to slap graphical tiles onto the screen.
link
the_shivers
159 days ago
Just vanilla canvas + Typescript.
link
tasuki
159 days ago
Thank you for an interesting game! Is the code also available in a nicer-to-read way?
link