Update Readme

This commit is contained in:
Jesper 2023-02-23 13:05:15 +01:00
parent 70a38f2123
commit d5f39fc44e

View File

@ -1 +1,16 @@
# Monty Hall Stats # 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.