diff options
author | Nat Lasseter <Nat Lasseter nathan@bytemark.co.uk> | 2017-12-21 11:44:21 +0000 |
---|---|---|
committer | Nat Lasseter <Nat Lasseter nathan@bytemark.co.uk> | 2017-12-21 11:44:21 +0000 |
commit | 0f3f30d41168209bfd94d51f8aa6c5a13d523476 (patch) | |
tree | e8d5e4c9f72c417a4ce77f0e0ef4701b641f2003 /Readme.textile |
Initial Commit
Diffstat (limited to 'Readme.textile')
-rw-r--r-- | Readme.textile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Readme.textile b/Readme.textile new file mode 100644 index 0000000..4e1c33b --- /dev/null +++ b/Readme.textile @@ -0,0 +1,21 @@ +h1. Monopoly Landings + +This experimentally tests landing frequencies for squares on a monopoly board. + +h1. Requirements + +* Ruby +* Gnuplot + +h1. Deck strateies + +There are two deck strategies available: + +* Put card back on bottom of deck (@bottom@) +* Form a discard pile and shuffle it when the draw runs out (@discard@) + +h1. Running + +# ./monopoly <strategy> <rolls> > monopoly.<strategy>.dat +# ./monopoly.<strategy>.plot +# see monopoly.<strategy>.svg |