Web application for simulating Monty Hall game by setting total games and stick to same door decision and send call to web api which simulate games and return total wins and loss
• Prerequisites:
-
Visual Studio 2017 or 2019
-
.NET Core 2.1
• Steps:
-
Clone solution from GitHub repository
-
Open solution with visual studio (minimum version 2017)
-
Build solution
-
Run Api project (MontyHall.API) then Web applicaation (MontyHall_Game)
-
Insert parameters (Total games & Stick to Same door decision) on the web page and press simulate
-
Page will send request to api to simulate games annd return response with wins and loss count