Reversi
- 0 Collaborators
Developing an Android application for the game Reversi (or Othello). ...learn more
Mobile, Artificial Intelligence
Groups
Student Developers for AI
Overview / Usage
Implementing the MiniMax algorithm with Alpha-Beta pruning in conjuction with parallel processing to create a challenging AI Player. The goal is to achieve efficient tree searching which will minimize the efforts required to teach the AI how to play the actual game.