https://github.com/jsnell/red7
A Monte Carlo simulation of the Red 7 card game
https://github.com/jsnell/red7
Last synced: 6 months ago
JSON representation
A Monte Carlo simulation of the Red 7 card game
- Host: GitHub
- URL: https://github.com/jsnell/red7
- Owner: jsnell
- License: mit
- Created: 2015-03-23T05:28:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T13:42:05.000Z (about 7 years ago)
- Last Synced: 2025-01-23T18:47:19.491Z (over 1 year ago)
- Language: Common Lisp
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Red 7
Some automated exploration of what a game of Red7 actually looks like from a statistical
point of view. The method used here is a pure Monte Carlo simulation, with the players
choosing randomly from the set of their valid moves.
See https://www.snellman.net/blog/archive/2015-03-30-monte-carlo-red7/ for
an explanation of both the code and the findings.