Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Shifumi Game / Rock Paper Scissors logo




## 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 rock

This 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!


## ๐Ÿš€ Live Version

- [Play Game](https://shifumi-game.netlify.app/)


## ๐ŸŽฅ Video

- [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! โค๏ธ