Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 854 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 854 Bytes

Monty Hall Game Simulator

Table of Contents

  1. About the Project
  2. Getting Started

About the Project

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

Getting Started

• 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