I looked through it again and you are right, there aren't very many. My apologies! Looking for "game" and limiting the language to nim gets about 134 hits ( [https://github.com/search?l=Nim&q=game&type=Repositories)](https://github.com/search?l=Nim&q=game&type=Repositories\)), most of which are game engines or games not targeting js. I went through it and found dom's snake game which you already have ( [https://github.com/dom96/snake](https://github.com/dom96/snake) ) and an incomplete one: [https://github.com/bobgeis/nimSpaceRocks](https://github.com/bobgeis/nimSpaceRocks) I did not go through all the engine repos to see if they had working js examples, but the ones I checked mostly did not have them. Itch.io or game jams may be better places to look, good luck!
I think I saw that there were a lot of game engines, saw that some had examples and that some offered js targets, and after spot checking a couple (including nico) assumed that there were more js games than there really were. It could be that people who want to make games in the browser tend to use javascript or some other language and not nim. That said, someone could probably use karax to whip up a 2048 or one of these [https://www.chiark.greenend.org.uk/~sgtatham/puzzles](https://www.chiark.greenend.org.uk/~sgtatham/puzzles)/
