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

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)

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.