Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 230 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 230 Bytes

ReversiClient

Project in implementing board games. (Group Project in Third Semester)

Implemented an Agent that can play on their own broad games. The Algorithm used is MinMax with AlphaBeta Pruning and some other improvements.