> Please let us know if you upload the chess game :D . How many lines of code > did it take if I may ask?
The chess game is available since a few years of course, it was one of my early tests for Nim and GTK. [https://github.com/StefanSalewski/nim-chess4](https://github.com/StefanSalewski/nim-chess4) It is only a basic chess engine and a plain GTK GUI, maybe 1400 lines of code total. I am not sure if the version at github compiles and works with Nim 1.0, I have a modified version on my local PC.