This is a simple Rock Paper Scissors game built using Flutter. It allows users to play the classic game against a computer opponent.
- Play Against Computer: Users can make their choice of Rock, Paper, or Scissors, and the computer will randomly generate its choice.
- Score Tracking: The game keeps track of the user's score.
- Play Again: Users can play again after each round.
- Rules: Access the rules of the game.
[Insert Screenshots Here]
To run this application locally, follow these steps:
- Clone this repository to your local machine using
git clone https://github.com/pixelwhiz/batukertasgunting.git
- Navigate to the project directory:
cd batukertasgunting
- Make sure you have Flutter installed. If not, follow the Flutter installation instructions.
- Run the app:
flutter run
This project relies on the following dependencies:
flutter/material.dart
: For building the UI components.flutter/cupertino.dart
: For specific iOS-style UI components.dart:math
: For generating random choices for the computer opponent.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/yourfeature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/yourfeature
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.