CSE_415 is an artificial intelligence class that I took at UW
For this assignment we just made a simple chatbot
We implemented BFS and A* search in the scope of problems such as towers of hanoi and farmer, fox, chicken, and grain.
We made a deterministic (dice roll always yields 1,6) backgammon bot with minimax search. We also implemented a stochastic (any dice roll) backgammon bot uses expectiminimax search.