A roguelite, magic building game.
https://elementalist.games.nwest.one
build(deps): bump dtolnay/rust-toolchain
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 21dc36fb71dd22e3317045c0c31a3f4249868b17 to 7b1c307e0dcbda6122208f10795a713336a9b35a.
- [Release notes](https://github.com/dtolnay/rust-toolchain/releases)
- [Commits](
|
||
|---|---|---|
| .cargo | ||
| .github | ||
| .trunk | ||
| design_notes | ||
| docs | ||
| game | ||
| game_assets | ||
| game_data | ||
| game_library | ||
| tools | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
| rust-toolchain.toml | ||
| SECURITY.md | ||
Elementalist
| A game made with bevy. |
- Design Notes include info about the gameplay loop and gameplay.
- Game is the bevy app
- Game Assets has the raw graphics assets (which get exported to game/assets
- Game Data has the data files that create spells (and other things) in the game
- Game Library has most of the components and resources used by the game (for ease of testing and reference)
How to Install / Use
Find the latest release in the releases and download the one appropriate to your platform. Unzip and run the game!
Because the game loads assets and data, the archives contain the appropriate directories already (note on MacOS it is hidden inside the .app file). Without the game_data
directory, no spells will be loaded, which will make the game unplayable.