Welcome to the Rock-Paper-Scissor Game repository! This repository contains a simple implementation of the classic Rock-Paper-Scissor game written in Dart. It allows players to play against the computer and test their luck and strategy in this timeless game.
The Rock-Paper-Scissor Game is a popular game played by people of all ages. It involves choosing one of three options: rock, paper, or scissors, and competing against an opponent who chooses their option as well. The rules of the game are simple: rock beats scissors, scissors beat paper, and paper beats rock.
- Play the Rock-Paper-Scissor game against the computer.
- Choose your option (rock, paper, or scissors) by clicking on the corresponding buttons.
- Receive immediate feedback on the outcome of the game.
- Keep track of your score and compare it with the computer's score.
To play the Rock-Paper-Scissor game, follow these steps:
- Clone or download the repository to your local machine.
- Ensure you have the Dart SDK installed on your system.
- Open the terminal and navigate to the project directory.
- Run the command
dart run
to start the game. - Follow the instructions displayed in the console to play the game.
- Enjoy playing multiple rounds and keep track of your overall score.
Feel free to customize the game's visuals, add animations, or extend its functionality according to your preferences. It's a great opportunity to practice your Dart programming skills and create an enjoyable gaming experience.
Contributions to this repository are welcome! If you have any improvements, bug fixes, or new features to suggest, please follow these steps:
- Fork this repository to your GitHub account.
- Create a new branch for your contributions:
git checkout -b my-branch
. - Make your changes and test them thoroughly.
- Commit your changes:
git commit -m 'Add my awesome feature'
. - Push the changes to your forked repository:
git push origin my-branch
. - Open a pull request on the main repository.
Your contributions can help enhance the Rock-Paper-Scissor game and make it even more engaging for players.
This code repository is licensed under the MIT License. You are free to use, modify, and distribute the code in this repository for both commercial and non-commercial purposes.
Enjoy playing the Rock-Paper-Scissor game and have fun challenging the computer!