A simple yet fun Rock-Paper-Scissors game written in C! ๐ฅ๏ธ๐
1๏ธโฃ Run the executable: RPS.exe
2๏ธโฃ Enter your name when prompted. ๐
3๏ธโฃ Choose your move by entering the corresponding number:
- โ 1 for Rock
- ๐ 2 for Paper
- โ๏ธ 3 for Scissors
- โ 4 to Quit the game 4๏ธโฃ The computer will randomly pick its move. ๐ค 5๏ธโฃ The result of the round will be displayed. ๐ 6๏ธโฃ You can choose to play another round or exit. ๐
- โ Rock beats โ๏ธ Scissors
- โ๏ธ Scissors beats ๐ Paper
- ๐ Paper beats โ Rock
- If both players choose the same move, it's a tie! ๐ค
To compile the game, use the following command: ๐ ๏ธ
gcc -o RPS RPS.c
- Simple and lightweight game written in C. โก
- Interactive user input with name entry. ๐
- Randomized computer opponent for unpredictable gameplay. ๐ฒ
- Instant results after each round. ๐
- Option to play multiple rounds or exit anytime. ๐
We plan to make the game even more exciting with the following features:
- ๐ Sound effects for a more immersive experience.
- ๐จ Improved UI with ASCII graphics.
- ๐ A scoreboard to keep track of wins and losses.
- ๐ค AI difficulty levels to challenge different skill levels.
We welcome contributions to make this game even better! If you'd like to contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes with clear messages.
- Push the changes and create a pull request.
This project is licensed under the MIT License. Feel free to use and modify it as you like! ๐
Now you're all set to play! Have fun! ๐ฎ๐