diff --git a/MultipleAttemptsTestResult.txt b/MultipleAttemptsTestResult.txt new file mode 100644 index 0000000..174e331 --- /dev/null +++ b/MultipleAttemptsTestResult.txt @@ -0,0 +1,9 @@ +GamePlay1: +Total test counts: 100000000 +Player A wins: 46215411 times, rate: 46.2154% +Player B wins: 53784589 times, rate: 53.7846% + +GamePlay2: +Total test counts: 100000000 +Player A wins: 443472 times, rate: 0.443472% +Player B wins: 99556528 times, rate: 99.5565% \ No newline at end of file diff --git a/ProjectStructure.md b/ProjectStructure.md index b3b84ce..65ec844 100644 --- a/ProjectStructure.md +++ b/ProjectStructure.md @@ -1,5 +1,5 @@ - .git _Git related_ -_ .idea _JetBrains IDE (Rider) related_ +- .idea _JetBrains IDE (Rider) related_ - .vs _Visual Studio related_ - **CardGame** - x64 (or any other architecture) _Files generated while compiling_