Comments
A crappy UN*X sudoku game of exactly 650 lines of code, based on the ncurses library. Comes with a file format!
The game works entirely in the terminal, so you'll have to know how to use it. The game depends on the QQwing sudoku generator (the program, NOT the library), so remember to install that first! Otherwise you can't generate sudokus.
I don't have executables for the game on gamejolt, because I don't want to use an executable that's been compiled for my CPU for every machine (you can still get an old 64-bit Linux build on the github site though). It doesn't make any sense. I use GCC to compile the game, and so should you: instructions are on the github site.
Before you get to playing, read the usage instructions, which are also available at the github site.
Here's a screenshot of a solved game since it's the only one I could find and I suffer from laziness. It should give you a general idea of the layout of the game though.
As you can see, I used an equilateral terminal font (IBM BIOS - god I love that font) in that screenshot; you should too, because otherwise your game window is going to look... pretty stupid.
The project's marked as early-access because it still has some small bugs that I might or might not fix.
P.S. I totally didn't use waifu2x on the thumbnail just for that effect.
#other