Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edi-sipka/shifumi_game
Shifumi game is basically rock/paper/scissors game.
https://github.com/edi-sipka/shifumi_game
javascript react tailwindcss
Last synced: 6 days ago
JSON representation
Shifumi game is basically rock/paper/scissors game.
- Host: GitHub
- URL: https://github.com/edi-sipka/shifumi_game
- Owner: edi-sipka
- Created: 2023-03-27T08:27:04.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-27T23:52:25.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T15:34:36.778Z (8 months ago)
- Topics: javascript, react, tailwindcss
- Language: JavaScript
- Homepage: https://shifumi-game.netlify.app/
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Shifumi Game / Rock Paper Scissors
## Do you know the rules of Shifumi Game?
Shifumi game is basically rock/paper/scissors game. The rules are simple:
ยท Rock beats scissors
ยท Scissors beat paper
ยท Paper beat rockThis game is responsive for desktop, tablet and mobile version.Be concentrated because you are competing against a computer. Scores are displayed at the top; the winner is the one who scores 3 points first.
Have fun!
- [Play Game](https://shifumi-game.netlify.app/)
- [Watch video](https://www.loom.com/share/cbb67cac7e2f486a90eca5ee29d475e0)
## Getting Started
This section provides a quick start guide.
The application was made in [ReactJS](https://reactjs.org//), where [Tailwind](https://tailwindcss.com/) was used as a CSS framework, and packages such as [Lottie](https://www.npmjs.com/package/lottie-react), [Confetti](https://www.npmjs.com/package/react-confetti).
### Prerequisites- [React](https://reactjs.org//): recommend using
- [Tailwind](https://tailwindcss.com/): recommend using
- [Lottie React](https://www.npmjs.com/package/lottie-react): recommend using
- [React Confetti](https://www.npmjs.com/package/react-confetti): recommend using
### Installation Documentation
To get a local copy up and running follow these simple steps:
- Copy this link `https://github.com/edi-sipka/Shifumi_game`.
- Get the directory that you want to clone the repository.
- Open the command prompt in this directory.
- Write `git clone `https://github.com/edi-sipka/Shifumi_game`.
- Go to the repository folder in your command prompt
- Run `npm install`
## Key Features
- A player wins by completing winning rule combination.
- Who first score 3 points is the winner.- After every point there is small point celebration animaition.
- The game is responsive for desktop, tablet and mobile.
- Round score info is in the header.
- End game celebration with confetti animation.
- Randomized computer combination every turn.
- Restart game option after finishing game.
Enjoy the game! โค๏ธ