Collection of random A.I. applets and programs aimed at testing and implementing both currently existing or novel algorithms
-
Minimax algorithm
- TicTacToe AI [offline version] [online version]
-
A*, BFS, DFS, Greedy Best-First Search
- Maze Pathfinder AI [offline version] [online version]
-
Monte Carlo Tree Search (MCTS), Q-Learning
- Chess AI [online version]