Skip to content

nwesterhausen/elementalist

Repository files navigation

game icon Elementalist

Documentation Build & Test OpenSSF Best Practices

wizard 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.