Automated RISK using basic AI players
Recreating the game of Risk in Python, while also adding in automated players to play through the game. Automatic play can be turned on or off to play as each player.
These instructions will get you a copy of the project up and running on your local machine for development purposes.
- tkinter
$ sudo apt-get install python3-tk
Build your player as P1.py
Run copy.sh
to create the other players based off of P1.py
Run the game
$ python3 Risk.py
- @Noahffiliation - Initial work
- Thanks to Taylor University class COS 120 - Introduction to Computational Problem Solving for the inspiration for this project