Bounce is a simple 2D screen saver created using Rust and the ggez game framework. In this 'game', you watch a bouncing square that leaves a colorful trail behind it. The square changes color in a rainbow-like pattern, creating a visually appealing effect as it moves around the screen.
To run Bounce, you'll need to have Rust and Cargo installed on your system. Once you have Rust set up, you can follow these steps:
-
Clone the repository:
git clone https://github.com/gmifflen/Bounce.git
-
Navigate to the project directory:
cd bounce
-
Build and run the game:
cargo run # or cargo build
The objective of Bounce is simple: watch the square as it bounces around the screen and enjoy the rainbow-colored trail it leaves behind.
- Face towards the screen, and look at the amazing colours
- Make square start at click
- Generic TODO item
- Multiple squares
- Make code safer
- Improve the GUI layout and design
- Squash bugs
- Add timer
I'm not the best at Rust, this is my first Rust project past 'Hello, World!'.
Any suggestions on improvements or ways to write it in a better/safer way is much appreciated.
This project is licensed under the MIT License - see the LICENSE file for details.