Skip to content

Risk, the original strategy board game, implemented in Python 3.10

License

Notifications You must be signed in to change notification settings

Mouwrice/RiskPy

Repository files navigation

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.

About

Risk, the original strategy board game, implemented in Python 3.10

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages