Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kovee98/mastermind
https://github.com/kovee98/mastermind
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kovee98/mastermind
- Owner: Kovee98
- Created: 2017-09-26T19:15:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T19:47:59.000Z (over 7 years ago)
- Last Synced: 2024-11-08T06:28:13.375Z (2 months ago)
- Language: Java
- Size: 423 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
--Mastermind--
Compile and Run:
-To run this file make sure you have java installed and defined in your PATH.
-Navigate to the directory where the build.bat is located.
-Run by executing the command 'build' followed by a number 1-4 (the number represents the starting mode but can be changed during the game).How to play:
-Running 'build 1' will start you off in "manual" mode where you (the user) can make guesses by clicking on the individual colors in the boxes at the bottom.
-You can click on any of the numbers in the bottom right corner to switch to the AI that plays the game automatically.
-When in an AI mode just click on any open space to make the AI make its next decision.Objective:
-A white dot means that you had a color correct somewhere in the sequence while a black dot means that you have a correct color in it's correct location in the sequence.
-The game is won when all dots on the board are black. This means that the you (or the AI) guessed the sequence of colors correctly.