rusty-woods icon indicating copy to clipboard operation
rusty-woods copied to clipboard

Proof of concept for a 2d game, made with Bevy and LDtk

🚀️ Running example on my web

📜️ Article on my web

Rusty Woods

A 2D RPG-like groundwork with Bevy and LDtk.

Usage

Run

cargo run

Optional --release

It might be necessary to install some system dependencies for bevy on your OS. See /workflows/rust-ci.yml for linux.

Wasm

trunk serve

Optional --release

This should run as is after you install trunk.

Spellcheck

cspell "*.md" "src/**"

Because I talk allot.

Notes

TODOs

  • animation enhancements
    • patrol

Optional

bevy game list
https://itch.io/search?q=bevy

Sprite source

Issues I found workarounds for

To look for real fixes in the future, if someone is looking to build upon this code.