An open API service indexing awesome lists of open source software.

https://github.com/metalwarrior665/breakout-game

Learning game dev in Rust with Bevy :)
https://github.com/metalwarrior665/breakout-game

Last synced: 2 months ago
JSON representation

Learning game dev in Rust with Bevy :)

Awesome Lists containing this project

README

        

## Breakout game built with Bevy engine in Rust

Built this simple game to learn the basics of the Bevy engine.

### Features
- Basic physics
- UI with game stats
- Powerups
- Levels loaded from JSON configs
- Music + sound effect
- Ugly textures :)

### To-do
- Implement robust physics with `bevy-rapier`