/monty-hall-simulator

Simulator webapp/webgame for the Monty Hall Problem. You can either play one game at a time against the simulator, or setup probabilistic strategies and play batches of simulated games. It keeps track of win/lose stats for your choices, and for the strategies of Always Stay and Always Swap.

Primary LanguageVue

Monty Hall Simulator (monty-hall-simulator)

A Simulator for the Monty Hall Problem

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.