Mancala.py

https://github.com/calvinloveland/mancala.py

Play a game of mancala in the console against an AI or another local player

AI uses alpha-beta pruning of the minimax algorithm to evaluate moves

Minesweeper

https://github.com/calvinloveland/minesweeper

Minesweeper in Java using JavaFX with variable board size and bomb density

Word Ladder

https://github.com/calvinloveland/word_ladders

Finds word ladders using doubly linked lists and your choice of A* or brute force

Written in C++ using templates wherever possible

CalvinLoveland.com

https://github.com/calvinloveland/calvinloveland.com

The very website you're on! Written entirely from scratch with HTML, CSS, PHP, and javascript