Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 778 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 778 Bytes

Code style: black

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.

Getting up and running

  1. Make sure you have poetry installed: https://python-poetry.org/docs/master/#installation
  2. Run poetry install
  3. Run poetry run python src/main.py

Ruleset

Uses a subset of the original game rules. The subset of rules that is used can be found here.