https://github.com/tmcclintock/eclipsemc
At the moment, a collection of scripts that simulates battles in the board game Eclipse: Dawn of the Galaxy. Battles are fought by rolling dice with modifiers in the game, so it is interesting to calculate via Monte-Carlo the probabilistic outcome of various battles.
https://github.com/tmcclintock/eclipsemc
Last synced: about 2 months ago
JSON representation
At the moment, a collection of scripts that simulates battles in the board game Eclipse: Dawn of the Galaxy. Battles are fought by rolling dice with modifiers in the game, so it is interesting to calculate via Monte-Carlo the probabilistic outcome of various battles.
- Host: GitHub
- URL: https://github.com/tmcclintock/eclipsemc
- Owner: tmcclintock
- Created: 2016-01-04T17:09:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T02:17:08.000Z (over 9 years ago)
- Last Synced: 2025-02-07T16:35:58.252Z (3 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EclipseMC
At the moment, a collection of scripts that simulates battles in the board game Eclipse: Dawn of the Galaxy. Battles are fought by rolling dice with modifiers in the game, so it is interesting to calculate via Monte-Carlo the probabilistic outcome of various battles.