Hey everyone, I have been following Handmade Hero somewhat silently since the beginning (though you might have seen me as XEnDash a couple of times asking questions on the stream) and i really like it so far. I have been inspired by how simple and effortless Casey makes complicated subjects look simple and elegant in code.
I don't do much coding but on/off on my free time I have been trying to make a simple sudoku solver and i am very proud of the result.
you can check or fork the repository here:
https://github.com/XEnDash/Sudoku
the entire code is in a C file less then 400 lines long. it doesn't go very far with functionality but it's meant for programmers anyway.
please tell me what you think!