Skip to content

A simple example showcasing how to use Bevy to display a square with acceleration (controllable with your keyboard) that wraps around the screen!

License

Notifications You must be signed in to change notification settings

lmammino/bevy-wrapping-square

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bevy Wrapping Square example

A simple example showcasing how to use Bevy to display a square with acceleration (controllable with your keyboard) that wraps around the screen!

An example of the "game" in action... if we can call it a game

Usage

Clone locally and run:

git clone https://github.com/lmammino/bevy-wrapping-square.git
cd bevy-wrapping-square
cargo run

It requires a recent version of the Rust compiler.

Controls

Keyboard only controls:

  • ⬆️ accelerate up
  • ⬇️ accelerate down
  • ➡️ accelerate right
  • ⬅️ accelerate left

Contributing

Everyone is very welcome to contribute to this project. You can contribute just by submitting bugs or suggesting improvements by opening an issue on GitHub.

License

Licensed under MIT License. © Luciano Mammino.

About

A simple example showcasing how to use Bevy to display a square with acceleration (controllable with your keyboard) that wraps around the screen!

Topics

Resources

License

Stars

Watchers

Forks

Languages