This is an Risk game build in Python by Jelle Pals and Jens Don. This game is created for educational purposes. More information about this project can be found in our wiki page.
The project is build by Travis. We use continues integration. This means that the build will be pushed when all the tests succeed.
When installing an dependency that needs to be used in the project, make sure that that config is saved in the requirement.txt. This file will be used to install the needed dependencies.
export modules:
python -m pip freeze > requirements.txt
import modules:
python -m pip install -r requirements.txt