Hello,
I read that there are some arcade / indie games made in Nim.
Is there a list of them ? Any opensource ?
Cheers
https://forum.nim-lang.org/t/2924#18358
https://github.com/StefanSalewski/nim-chess3
https://github.com/fragworks/frag
I think there are already more, some commercial seems to be in development.
I made a game called "Pucker Up," for the Linux Game Jam 2017. The original entry's source can be found here: https://gitlab.com/define-private-public/LGJ2017
I also was able to (with moderate ease) pull out the OpenGL & SDL2 stuff, and replace it with the necessary HTML5 things to port it to the browser using Nim's JavaScript target. You can play it here: https://16bpp.net/games/pucker-up-lgj-2017
@ftsf all the games are very cute, and I super dig Vektor2089.
I'll probably resolve this before you reply, but no package was found for the gifenc encoder. How did you go about this?