RiskPy is a simplified implementation of the Risk strategy board game in python 3.10 that you can run in the console.
Feel free to add your own players and try to beat already existing players, or add or your own boards, or just implement extra rules, do bug fixes... you get it.
- Make sure you have poetry installed: https://python-poetry.org/docs/master/#installation
- Run
poetry install
- Run
poetry run python src/main.py
Uses a subset of the original game rules. The subset of rules that is used can be found here.