Skip to content

Simple Rock Paper Scissor Game implemented using Dart language.

License

Notifications You must be signed in to change notification settings

AKABharat/Rock-Paper-Scissor-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissor Game

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.

Introduction

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.

Features

  • 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.

Usage

To play the Rock-Paper-Scissor game, follow these steps:

  1. Clone or download the repository to your local machine.
  2. Ensure you have the Dart SDK installed on your system.
  3. Open the terminal and navigate to the project directory.
  4. Run the command dart run to start the game.
  5. Follow the instructions displayed in the console to play the game.
  6. 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.

Contributing

Contributions to this repository are welcome! If you have any improvements, bug fixes, or new features to suggest, please follow these steps:

  1. Fork this repository to your GitHub account.
  2. Create a new branch for your contributions: git checkout -b my-branch.
  3. Make your changes and test them thoroughly.
  4. Commit your changes: git commit -m 'Add my awesome feature'.
  5. Push the changes to your forked repository: git push origin my-branch.
  6. 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.

License

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!

About

Simple Rock Paper Scissor Game implemented using Dart language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages