There are 4 basic projects in here.
-
A sudoku solver using backsolving with just a terminal interface using python.
-
Crocatta is a simple game that I made and then also develped a computer player that would keep track of the state of the game to make optimal moves, using python.
-
A sorting visualizer of insertion sort using python and pygame.
-
A tetris game using python and pygame.