A butterfly catching game

I just published the source code of my “Butterfly Catching” game: https://github.com/croqaz/chasing-butterflies

You can play it here: https://crlf.link/chasing-butterflies/game.html
(the game window is too big to embed in the article page, that’s why it’s a separate page)

I started working on this almost 2 months ago and I wrote and re-wrote it many times.
Initially I made it with JS, then I switched to TypeScript, because I wanted to see how it feels like.
This was my first complete TypeScript project; I liked it.

It’s not a complicated game, but I wanted to practice for a bigger game – to be announced, in case I ever finish it.

Anyway, enjoy! And share your score in the comments :)

@notes #js #game