A simple version of the classic game in which "the computer" uses a simple algorithm to try to place counters to win or to stop you from winning.
neat game nice
This programming uses a recursive backtracking technique to solve a Sudoku grid stored in a list.
Web version using JavaScript: https://www.advanced-ict.info/javascript/sudoku.html
Uses the turtle to draw random snowflakes
Codes text using Huffman Coding and compares that with using ASCII
Taken from: http://inventwithpython.com/blog/2012/02/20/i-need-practice-programming-49-ideas-for-game-clones-to-code/