LIVE DEMO: https://thestevendev.github.io/Mastermind/
An implementation of the classic game Mastermind using HTML, CSS, and JavaScript.
This project offers the opportunity to play Mastermind, trying to guess a secret combination of colors.
- Start the game by selecting colors for each position.
- Receive feedback on correct colors and correctly positioned ones.
- Display the number of remaining attempts.
- Provides an intuitive and engaging gaming experience.
- HTML
- CSS
- JavaScript
To play Mastermind, follow these steps:
- Clone this repository to your computer.
- Open the index.html file in your web browser.
- Select desired colors for each position.
- Submit your guess and receive feedback.
You can customize the game according to your preferences:
- Modify the CSS style to change the game's appearance.
- Add extra features, such as a timer or scoring system.
- Implement new algorithms to make the game more interesting.
The game was created by Steven D'amore.