Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 1.43 KB

File metadata and controls

38 lines (35 loc) · 1.43 KB

Mastermind Game

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.

Features

  • 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.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Usage

To play Mastermind, follow these steps:

  1. Clone this repository to your computer.
  2. Open the index.html file in your web browser.
  3. Select desired colors for each position.
  4. Submit your guess and receive feedback.

Customization

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.

Author

The game was created by Steven D'amore.