Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasshira/monty-hall-problem-project
https://github.com/lucasshira/monty-hall-problem-project
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasshira/monty-hall-problem-project
- Owner: lucasshira
- Created: 2024-03-18T03:53:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T00:28:43.000Z (8 months ago)
- Last Synced: 2024-03-24T01:27:25.303Z (8 months ago)
- Language: TypeScript
- Homepage: https://monty-hall-problem-project.vercel.app
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monty Hall Problem Project
![Monty Hall](montyhall.PNG)
This project is a Monty Hall game built using React and the Next.js framework. The Monty Hall problem is a probability puzzle based on a game show scenario. In this game, the player selects a set number of doors and designates which door contains the prize before the game begins, manually through input. As in the original game, the player is then given the option to stick with their initial choice or switch to another door after one of the unselected doors is revealed to not contain the prize.
## Features
- Customizable number of doors.
- Manual selection of the winning door.
- Player choice to stick with their initial selection or switch doors.
- Interactive frontend with door selection and opening functionality.## Getting Started
To run this project locally, follow these steps:
1. Clone this repository.
2. Navigate to the project directory.
3. Install dependencies using `npm install`.
4. Run the development server using `npm run dev`.
5. Access the application in your browser at `http://localhost:3000`.## Demo
Check out the live demo [here](https://monty-hall-problem-project.vercel.app/).
## Deployed with Vercel
This project is deployed using Vercel. Vercel is a cloud platform for static sites and Serverless Functions that fits perfectly with Next.js projects.
## Technologies Used
- React
- Next.js## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.