Skip to content

A web version of Mastermind, implemented using HTML, CSS, and JavaScript.

License

Notifications You must be signed in to change notification settings

TheStevenDev/Mastermind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.