/RISK

Risk simulation game from an introductory computer science college course

Primary LanguagePython

RISK

Status GitHub Issues GitHub Pull Requests


Automated RISK using basic AI players

Table of Contents

About

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Prerequisites

  • tkinter
$ sudo apt-get install python3-tk

Usage

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

Authors

Acknowledgements

  • Thanks to Taylor University class COS 120 - Introduction to Computational Problem Solving for the inspiration for this project