https://github.com/ddayguerrero/mastermind
๐คนโโ๏ธ Peer-2-Peer with server fallback code-breaking board game
https://github.com/ddayguerrero/mastermind
board-game java mastermind sockets
Last synced: about 2 months ago
JSON representation
๐คนโโ๏ธ Peer-2-Peer with server fallback code-breaking board game
- Host: GitHub
- URL: https://github.com/ddayguerrero/mastermind
- Owner: ddayguerrero
- Created: 2014-01-18T17:11:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T04:11:42.000Z (almost 10 years ago)
- Last Synced: 2023-08-11T06:14:45.625Z (over 1 year ago)
- Topics: board-game, java, mastermind, sockets
- Language: Java
- Homepage:
- Size: 570 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mastermind
========Mastermind is a board game coded entirely coded in Java. In this game, a codebreaker tries to guess the pattern, in both order and color, within a certain number of turns. Each guess is made by placing a row of code pegs on the decoding board. Once placed, the codemaker provides feedback by placing from zero to four key pegs in the small holes of the row with the guess. A colored or black key peg is placed for each code peg from the guess which is correct in both color and position. A white key peg indicates the existence of a correct color code peg placed in the wrong position.