Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
naijadevgamer committed Aug 11, 2024
1 parent 811c3e3 commit 464f9a2
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ This is a solution to the [Rock, Paper, Scissors challenge on Frontend Mentor](h

## Overview

Welcome to the **Rock Paper Scissors Lizard Spock** game! 🎮 This project is a modern twist on the classic game of Rock Paper Scissors, offering an extended version with five possible choices. It's a fun and interactive game where you compete against the house to see who comes out on top! 🌟

### The Challenge

Users should be able to:
Expand All @@ -32,12 +34,12 @@ Users should be able to:

### Screenshot

- [Desktop](./images/screenshot-desktop.png)
- [Mobile](./images/screenshot-mobile.png)
![Desktop](./images/screenshot-desktop.png)
![Mobile](./images/screenshot-mobile.png)

### Links

- [GitHub Repository](https://github.com/thenaijagamer/rock-paper-scissors)
- [GitHub Repository](https://github.com/naijadevgamer/rock-paper-scissors)
- [Live Demo](https://thenaijagamer.github.io/rock-paper-scissors/)

---
Expand All @@ -48,9 +50,17 @@ I utilized HTML, SCSS, and JavaScript to bring this project to life. Attention t

### Built With

- HTML
- SCSS (Sass)
- JavaScript
- **HTML & SCSS** (Sass) - To structure and style the game interface, making it visually appealing and responsive. 🎨
- **JavaScript** - For handling game logic, player interactions, and DOM manipulations. 🖥️

### 📚 Features

- **Classic and Extended Modes**: Choose between the classic Rock-Paper-Scissors mode and the extended Rock-Paper-Scissors-Lizard-Spock mode. 🕹️
- **Player and House Picks**: Both the player and the house make their picks, with icons displayed on the screen. The game then determines the winner based on the chosen options. 🏆
- **Dynamic Status Display**: The game dynamically displays the result of each round, informing the player whether it's a tie, win, or loss. 💬
- **Score Tracking**: Your score is tracked across games and saved in the browser’s local storage, so you can always see how well you're doing! 📈
- **Play Again Option**: After each round, easily start a new game to continue the fun. 🔄
- **Responsive UI**: The game features a us

### What I Learned

Expand All @@ -66,9 +76,9 @@ I'm planning to introduce sound features and a reset score option in the future

[Saleeman Abdullahi Alaba Aransiola]

- Github - [My GitHub Profile](https://github.com/thenaijagamer)
- Frontend Mentor - [@thenaijagamer](https://www.frontendmentor.io/profile/thenaijagamer)
- Twitter - [@thenaijagamer](https://www.twitter.com/thenaijagamer_)
- Github - [My GitHub Profile](https://github.com/naijadevgamer)
- Frontend Mentor - [@naijadevgamer](https://www.frontendmentor.io/profile/naijadevgamer)
- Twitter - [@naijadevgamer](https://www.twitter.com/naijadevgamer)
- LinkedIn - [Abdullah Saleeman](https://www.linkedin.com/in/abdullah-saleeman-360170243)
- Contact - [sabdullahialaba50@gmail.com](mailto:sabdullahialaba50@gmail.com)

Expand Down

0 comments on commit 464f9a2

Please sign in to comment.