Skip to content

ankit78v/rock_paper_scissors_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors Game

A simple Rock Paper Scissors game built using Bevy Engine and Rust.

Gameplay

  1. Press 'R' for Rock
  2. Press 'P' for Paper
  3. Press 'S' for Scissors The computer's move is chosen randomly, and the winner is determined based on the game's rules.

Features

  • Simple and intuitive gameplay
  • Randomized computer moves
  • Clear result display

Requirements

  • Rust 1.57 or later
  • Bevy Engine 0.6 or later

Installation

  1. Clone the repository: git clone https://github.com/ankit78v/rock_paper_scissors_rust.git
  2. Build the game: cargo build
  3. Run the game: cargo run

Usage

  1. Run the game using cargo run
  2. Press 'R', 'P', or 'S' to make a move
  3. The game will display the result

Contributing

Contributions are welcome! If you'd like to contribute to the game, please fork the repository and submit a pull request.

License

This game is licensed under the MIT License. See LICENSE for details.

About

This is this Rock Paper Scissor game using Bevy Engine (Rust).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages