An online version of the classic Mastermind game (also known as Bulls and Cows).
Help is available in the game by clicking the Help button in the top right corner.
https://mastermind-game.lixquid.com
- Customizable game settings:
- Length of the code
- Maximum amount for each digit
- Allow duplicates or not
- Clone the repository
- Install dependencies:
yarn install
- Start the development server:
yarn start
- Open http://localhost:1234 in your browser
Changes to the source files will be automatically reloaded in the browser.
- Remove the
dist
folder:rm -rf dist
- Build the project:
yarn build
- The production files will be in the
dist
folder