Skip to content

alicanerdurmaz/rock-paper-scissors-lizard-spock-multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Rock Paper Scissors Lizard Spock

πŸš€ Game

Rock Paper Scissors Lizard Spock is an extension of the classic game of chance, Rock Paper Scissors, created by Sam Kass and Karen Bryla.

more information

How to play

  • Open the Game.
  • Send the link to your friend.
  • Wait for them to join.
  • The game will start automatically when your friend online.

Rules

  • Scissors cuts Paper
  • Paper covers Rock
  • Rock crushes Lizard
  • Lizard poisons Spock
  • Spock smashes Scissors
  • Scissors decapitates Lizard
  • Lizard eats Paper
  • Paper disproves Spock
  • Spock vaporizes Rock
  • (and as it always has) Rock crushes Scissors

Roadmap

  • play with a random person
  • online / offline status for clients
  • friendship system

Tech Stack

Client

  • React / Next.js
  • Typescript
  • Tailwind CSS

Backend

  • Go

How to run

server

cd server
go run main.go

client

cd client
yarn install
yarn dev

Backend API Documentation

you can find insomnia project files here