From d5f39fc44e279e97928ba38c8ced2d61f311165a Mon Sep 17 00:00:00 2001 From: Jesper Handskemager Date: Thu, 23 Feb 2023 13:05:15 +0100 Subject: [PATCH] Update Readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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.