This is a full-fledged game Rock Paper Scissors + a bonus game with Spoke and the Lizard. The game features a choice of 3 or 5 gestures, random computer moves, display of points and saving them to local storage. The game also ends if all points are lost. Adaptive design has been developed.
This is a solution to the Todo app challenge on Frontend Mentor.
- Gesture selection
- Random computer move
- Display of points
- View the rules of the main and bonus games
- Ability to switch between classic and bonus games
-
Clone the repository:
git clone https://github.com/wolterGray/RPSGame.git
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
Feel free to contribute or report issues!
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- React - JS library
- Styled Components - For styles
- Tailwind - CSS framework packed with classes
- Framer Motion - Animation library
- Visit the live demo.
- Select your desired gesture.
- Wait for an immediate response from the computer.
- Gain or lose points.
- View the rules by clicking the button below.
- Switch between bonus and classic versions of the game.
This project is licensed under the MIT License
- GitHub - wolterGray
- Linkedin - wolterGray
- Frontend Mentor - @wolterGray
- Thank for the interesting challenge CHALLENGE HUB Rock Paper Scissors game on Frontend Mentor.