Skip to content

mjelwood/MasterMindGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MasterMindGame

Programming Exercise Create a C# console application that is a simple version of Mastermind. The randomly generated answer should be four (4) digits in length, with each digit between the numbers 1 and 6. After the player enters a combination, a minus (-) sign should be printed for every digit that is correct but in the wrong position, and a plus (+) sign should be printed for every digit that is both correct and in the correct position. Nothing should be printed for incorrect digits.
The player has ten (10) attempts to guess the number correctly before receiving a message that they have lost.

Publish the source code to Github and provide your Github profile.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages