falling 0.3.3

A simple game about falling.
[![build](https://github.com/simon0302010/falling/actions/workflows/rust.yml/badge.svg)](https://github.com/simon0302010/falling/actions/workflows/rust.yml)
![Hackatime](https://hackatime-badge.hackclub.com/U08HC7N4JJW/falling)

# falling

This is a simple 2D game about falling. The user controls a falling player ragdoll and must avoid obstacles. The game is built using Bevy and Rapier2D.

## Installation

The game can be installed using cargo:

```bash
cargo install falling
```

You can also download a precompiled binary from [Releases](https://github.com/simon0302010/falling/releases).

## Usage

To run the game execute the following command in your terminal:

```bash
falling
```
> Run the binary if you downloaded it from the releases page.

## Controls
- **Space**: Start the game
- **Left Arrow**: Move left
- **Right Arrow**: Move right
- **R**: Restart the game (Space if game is over)

## License
This project is licensed under the GNU General Public License Version 3. See the [LICENSE](LICENSE) file for details.