There are 3 main folders:
- Animation: It contains the visualization of search algorithms
- CSP: It contains the visualization of the Map Coloring CSP Problem
- Reversi: It contains the Reversi game to play against AI
Make sure to install all dependancies using the following command:
$ pip install -r requirements.txt
$ python main.py
or
$ python3 main.py