What it does
REST API for Mastermind game
How it works
The API has two endpoints :
NewGame
json: { "PlayerName": "Vinicius" }
Guess
json: { "GameId": "XXXXXXXXXXX", "Guess": "XXXXXXXX" }
REST API for Mastermind Game
REST API for Mastermind game
The API has two endpoints :
NewGame
json: { "PlayerName": "Vinicius" }
Guess
json: { "GameId": "XXXXXXXXXXX", "Guess": "XXXXXXXX" }
Log in or sign up for Devpost to join the conversation.