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 :)
- Host: GitHub
- URL: https://github.com/metalwarrior665/breakout-game
- Owner: metalwarrior665
- Created: 2020-11-22T18:01:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T09:49:20.000Z (over 4 years ago)
- Last Synced: 2024-12-30T18:06:26.347Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 12.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`