Software Projects
Blackjack! (Java)
Blackjack is a common casino game. In addition to simulating the game in Java with fully implemented graphics, this Java program takes a data driven approach in suggesting whether to hit or not.
**This project is currently being updated to provide a more accurate suggestion capability along with other GUI features. **
Gumoku (Python)
Gumoku is a board game, more commonly known as 5 in a row. I wrote code in python and created an interface to play the game on the terminal.
Nine Mens Morris (Python)
Nine Mens Morris is a game played on a grid where each intersection is a "point" and three points in a row is called a "mill". Each player has 9 pieces and in Phase 1 the players take turns placing their pieces on the board to make mills. When a mill (or mills) is made one opponent's piece can be removed from play. In Phase 2 play continues by moving pieces to adjacent points. The game is ends when a player (the loser) has less than three pieces on the board. This game is also coded in python and played on the terminal.