Skip to content

simple 2D screen saver created using Rust and the ggez game framework.

License

Notifications You must be signed in to change notification settings

gmifflen/Bounce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bounce

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.

Table of Contents

Bounce Screenshot

Installation

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:

Download the prebuilt exe

latest release

Build from source

  1. Clone the repository:

    git clone https://github.com/gmifflen/Bounce.git
  2. Navigate to the project directory:

    cd bounce
  3. Build and run the game:

    cargo run
    # or
    cargo build

Usage

The objective of Bounce is simple: watch the square as it bounces around the screen and enjoy the rainbow-colored trail it leaves behind.

Controls

  • Face towards the screen, and look at the amazing colours

TODO

  • Make square start at click
  • Generic TODO item
  • Multiple squares
  • Make code safer
  • Improve the GUI layout and design
  • Squash bugs
  • Add timer

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

simple 2D screen saver created using Rust and the ggez game framework.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages