Skip to content

jyotipmishra/HigherLower

Repository files navigation

HigherLower

Pre-requisites to run the application

  • Docker must be installed to easily run the APIs.
  • Clone the project into local directory.
  • Using powershell, go to the directory path where the docker and docker-compose file available.
  • Run docker-compose.yml file by using docker-compose up command.
  • Once the service is up, browse to http://localhost:5005/index.html to check if the service is up and running.
  • Then follow the next section to play the game.

Steps to Play

  • First you need to create a game using POST /api/games by giving a name and number of cards(optional, default value is 52).
  • From the response, use the gameid, and facevalue to play the game using POST /api/games/play.
  • Once you know the result if you win or loose, then you can move to the player by using PUT /api/games/nextplayer endpoint by passing the gameid.
  • Continue until all cards get over.
  • To check all available games, the endpoint GET /api/games can be used.

Available end points to play around

image

About

API based game to guess a higher or lower card value.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published