MasterMind

A rest api developed in Microsoft WebApi 2 and Microsoft SQL Server, hosted in Microsoft Azure. This rest api allows you to play Mastermind game.

This project was developed by

for the Vanhackathon and covers the first challenge proprosed by Axion Zen:

Challenge One: Backend Implementation 

  Are you a backend architect that can spin up robust, well tested APIs? Then this may be the  challenge for you.    Build an API that you can play Mastermind with! The language and stack you choose to use is  it up to you. The endpoints you create and the structure are up to you but it must be able to  support multiple users hitting the API at the same time playing different games of Mastermind  and the API must respond with the proper number of exact and near matches for every guess.    To go a bit further, try implementing a multiplayer component to the game where a user can hit  an endpoint to create a game and wait for another user to join the same game. Once the  second user joins, the API waits for guesses from both users and responds to both users with  its response once both guesses come in. The user that guesses the code first wins and the  final response shows both users' guessing history.

Documentation

http://vanhack-az-mastermind.azurewebsites.net/

Share this project:

Updates