Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 777 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 777 Bytes

🛠️ Rustmogul

You are a hardware store owner managing a warehouse of arcane contraptions to upgrade and trade to achieve market monopoly by beating local competition.

Literally beating the competition.

or, more simply:

a rustic auto battler inspired by Dota Underlords

Development

If building complains about failing to build dependencies, try installing the following:

sudo apt install \
  build-essential portaudio19-dev libasound2-dev libpulse-dev libdbus-1-dev libudev-dev
# and you _might_ need a reboot after that

# read more: https://github.com/bevyengine/bevy/blob/main/docs/linux_dependencies.md
cargo run

You should run clippy linter from time to time:

cargo clippy --all-targets --all-features --fix