A collection of projects I've built
Know of the old newspaper game "Sudoku"? This program solves it. Programmed in Python.
A terminal based application written in python that lets you edit photos programmatically.
Shows how fast binary search is compared to naive searching when looking for something in a long list.
Classic Tic Tac Toe game built in Python. Play against a friend or the computer.
The classic Minesweeper game implemented in Python. Flag mines and clear the board.
A word-guessing game built in Python. Guess the word before the hangman is complete.
A number guessing game where you try to find the secret number with hints along the way.
A fun word game that creates hilarious stories based on user-provided words.
A classic Rock Paper Scissors game built in Python. Play against the computer.