π 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.
- Open the Game.
- Send the link to your friend.
- Wait for them to join.
- The game will start automatically when your friend online.
- 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
- play with a random person
- online / offline status for clients
- friendship system
Client
- React / Next.js
- Typescript
- Tailwind CSS
Backend
- Go
server
cd server
go run main.go
client
cd client
yarn install
yarn dev