https://github.com/64kramsystem/arguably_better_breakout
Experimental ground for my Bevy studies, based on Alice I. Cecil's "Better Breakout" (https://github.com/alice-i-cecile/bevy/tree/better-breakout)
https://github.com/64kramsystem/arguably_better_breakout
Last synced: about 1 month ago
JSON representation
Experimental ground for my Bevy studies, based on Alice I. Cecil's "Better Breakout" (https://github.com/alice-i-cecile/bevy/tree/better-breakout)
- Host: GitHub
- URL: https://github.com/64kramsystem/arguably_better_breakout
- Owner: 64kramsystem
- Created: 2021-07-14T17:16:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T13:15:02.000Z (about 4 years ago)
- Last Synced: 2025-06-29T06:06:30.163Z (12 months ago)
- Language: Rust
- Size: 218 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arguably Better Breakout
Experimental ground for my Bevy studies, based on Alice I. Cecile's [Better Breakout](https://github.com/alice-i-cecile/bevy/tree/better-breakout).
As of 14/Jul/2021, the main changes are:
- split the project in modules;
- implemented states (WIP, but working).
In the future I may (or not) write a follow-up article on the experiments.