Skip to content

variablevar/play-ball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play Ball Game

This is a simple 2D game built using the Rust programming language and Bevy game engine. The game involves controlling a ball to collect points while avoiding obstacles.

Features

  • Ball Control: Use keyboard controls to move the ball across the screen.
  • Point Collection: Gather points by reaching specific locations on the screen.
  • Obstacle Avoidance: Avoid hitting obstacles to prevent losing points or ending the game.
  • Scoring System: Track and display the player's score as they collect points.
  • Graphics and Audio: Basic visual and audio elements to enhance the gaming experience.

Requirements

To run the game, you'll need the following installed:

Installation and Usage

  1. Clone this repository:

    git clone https://github.com/variablevar/play-ball.git
  2. Navigate into the project directory:

    cd play-ball
  3. Run the game using Cargo:

    cargo run --release
  4. Use the keyboard controls (arrow keys or WASD) to move the ball and collect points while avoiding obstacles.

Controls

  • Arrow keys: Move the ball in the respective directions (up, down, left, right).
  • WASD keys: Alternative controls for movement (up, down, left, right).

Contribution

Contributions are welcome! If you find any bugs or want to enhance the game, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License.

About

The basic bevy play ball game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages