Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 403 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 403 Bytes

This project contains below APIs

Application is deployed in Heroku server and host link is https://the-rock-paper-scissor-game.herokuapp.com/

  1. GET /start will return random UUID as token

  2. GET /v1/{token}/{move} will play random - move can be rock, paper and scissor

  3. GET /v2/{token}/{move} will play cleverly and will always wins - move can be rock, paper and scissor