top of page

GAMES

Reversi: Terminal

Terminal game for playing Reversi against an AI that uses MiniMax algorithm with alpha/beta pruning to handle game theory. 

IDE: Rider

Language: C#

Github Link

Reversi: Unity

Using the logic from "Reversi: Terminal", incorporate the code into Unity (2019.3.6fl) to create a UI.

IDE: Rider

Language: C#

Engine: Unity

Art Assets: Mixamo & Jim Lathrop

Plug-Ins: Behavior Bricks

Github Link

Checkers

Colored Terminal game of checkers against an AI that uses game theory to evaluate the best move. Project was broken down into four parts.

1. Read in a file

2. Determine validity of file

3. AI evaluation

4. Implement logic with iTerm

IDE: CLion

Language: C

Packages: iTerm

Github Link

Tic-Tac-Toe

Simple terminal game of tic-tac-toe with tests. Board can be expanded out to 10x10 with a min. board of 3x3. 

IDE: PyCharm

Language: Pyton

Packages: nosetests, mock

Github Link

© 2020 by Jamie Sampson

Last Updated: November 2023

bottom of page