AI PROJECTS

Other programs I have written include:
Ken Ken Puzzle Solver

Ken ken puzzle that is easily solved with AI.

Ken ken puzzle that is easily solved with AI.

  • Can solve any size Ken Ken Puzzle
  • Uses depth first search with backtracking and heuristics for quick run time.
  • C++/Visual Studio



Wedding Table Arrangement

  • Given X guests, with each guest being friendly, neutral or enemy with every other guest, seat them on Y tables such that fewest friends are divided and fewest enemies are sitting next to each other.
  • Uses First Order Logic with WalkSAT algorithm.
  • C++/Visual Studio



Blackjack

  • Player can either play with others on the same computer (taking turns) or against AI.
  • UI had animations as well as ability to change deck color and such.
  • Java/BlueJ