Skip to content

A simple Mastermind command-line game developed with Python.

Notifications You must be signed in to change notification settings

Bakkopi/mastermind-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Mastermind Game

A Python implementation of the classic Mastermind game. The game generates a secret code consisting of 4 colors. The player's objective is to guess the code within a specific number of attempts, provided with feedback after each attempt to assist in refining the guesses.

Features

  • A secret code is randomly generated for each game.
  • The interface is designed for easy user interaction.
  • Feedback on each attempt specifies the number of correct colors in the right and wrong positions.
  • A leaderboard keeps track of attempts made by players to solve the code.
  • The game can be replayed to enjoy the challenge again.

About

A simple Mastermind command-line game developed with Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages