/brainstorm

best game ever*

Primary LanguageRustApache License 2.0Apache-2.0

brainstorm: bird invaders

best game ever*

image image

Development

Setup

Linux requires Bevy's Linux dependencies and in addition to mold and clang to be installed.

Levels

Levels should be placed within assets/levels.

To load a specific level use the --level argument to provide the desired asset path. To skip normal startup and start the level immediately, use --initial-state game. For example:

$ cargo run -- --level levels/test.ron --initial-state game