An open API service indexing awesome lists of open source software.

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

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.