/rpssl

Rock Paper Scissors Lizard Spock with Go

Primary LanguageTypeScript

Rock Paper Scissors Lizard Spock with Go and React JS

A Rock Paper Scissors Lizard Spock web application built with Go, React JS and Tailwind CSS.

Demo URL:

Demo Application

Screenshot:

ScreenShot

Installation:

  • Clone the repo to your local machine: git clone
  • Install the go packages: go get
  • Run the go application: go run main.go

Available Endpoints.

Endpoint Description Method Params
/choices Lists the available choices. GET -
/choice Get a randomly generated choice. GET -
/play Play a round against a computer opponent. POST player
/play-multi Play a round against another player. POST player_one, player_two