Pan Land

Home Contact Experience Coding Projects Media

Coding Projects

Othello AI - Fall 2020

A program that allows the user to play the board game Othello against an AI. The AI uses a Minimax Algorithm to build a decision tree where each branch is a move. The AI then selects the branch that has the most optimal outcomes for it. I think it's a pretty difficult Othello AI. I can't beat it. Coded with Java.

Sudoku Puzzle Solver - Fall 2020

A program that solves Sudoku Puzzles using a backtracking algorithm. On my laptop it took 216 seconds to solve a hundred Sudoku puzzles.

Box Office Analysis Project - Fall 2019

As part of HackCville's Node Skill Course, I used Python's Pandas Library to analyze the box office of the most successful movies of the past forty years.