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:
You can also download a precompiled binary from Releases.
Starting
To run the game execute the following command in your terminal:
Run the binary if you downloaded it from the releases page.
Gameplay
The goal of the game is to survive as long as possible while avoiding the obstacles. If the player collides with an obstacle, the broken body part will turn yellow. If the same body part collides again, the game is over. If you hit your head, you lose immediately. The score increases with the distance fallen.
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 file for details.