I wrote a solitaire cli game in nim. Why you ask?
I have no idea.
For the culture, most likely.
Its a work in progress and you can see it’s github. here
One of the design goals for this personal project is to see how many modes of interface I can add into it. Currently, games can be played via the CLI, both passivly or in an interactive mode.
So couple future TODOs come to mind:
- 2d graphics using raylib
- TUI mode in ncurses