What it does

REST API for Mastermind game

How it works

The API has two endpoints :

NewGame

POST http://serverAPI/NewGame

json: { "PlayerName": "Vinicius" }

Guess

POST http://serverAPI/Guess

json: { "GameId": "XXXXXXXXXXX", "Guess": "XXXXXXXX" }

Built With

Share this project:

Updates