A simple Rock Paper Scissors game built using Bevy Engine and Rust.
- Press 'R' for Rock
- Press 'P' for Paper
- Press 'S' for Scissors The computer's move is chosen randomly, and the winner is determined based on the game's rules.
- Simple and intuitive gameplay
- Randomized computer moves
- Clear result display
- Rust 1.57 or later
- Bevy Engine 0.6 or later
- Clone the repository:
git clone https://github.com/ankit78v/rock_paper_scissors_rust.git - Build the game:
cargo build - Run the game:
cargo run
- Run the game using
cargo run - Press 'R', 'P', or 'S' to make a move
- The game will display the result
Contributions are welcome! If you'd like to contribute to the game, please fork the repository and submit a pull request.
This game is licensed under the MIT License. See LICENSE for details.