diff --git a/README.md b/README.md index ef8b22c..0b981a3 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -# MontyHallStats \ No newline at end of file +# Monty Hall Stats +Calculate the stats of the Monty Hall problem. + +## Config + +Parameters to change + +in the main function there is 2 variables that can be changed to change the outcome of the game + +`switchDoor` and `gamesToPlay` + +Change switchDoor to false, if you don't want to switch doors and change gamesToPlay to if you want to play it a diffrent amount of games each time. + + +## Running +To run the program you need to have go installed, and you can simply run `go run .` in the project directory.