the game is based on the popular mastermind board game, but instead using two games at once
the aim of the game is to guess the opponent's colour code before they can guess yours
players can input guesses and receive feedback of how close their guess was using black and white pegs (more info in game)
the game operates using a go server and a react client which communicate using a custom websocket protocol
go 1.18 or newer and node.js are required to be installed
npm run build
go build .
./codecrack.exe -c -port=80