Skip to main content
  1. Projects/

Reversi Simulator

··50 words·1 min

Reversi-Simulator #

A Reversi Simulator coded in python

Features #

  1. GUI to play the game on
  2. 2 Player mode
  3. Play with AI mode
    1. Able to allow players to create their own algorithms
    2. Has built in algorithms
      1. Monte Carlo Search
      2. Alpha Beta Pruning

Tech stack #

  1. Python
  2. Numpy
  3. unittest