Skip to content

tibomogul/dungeon-encounters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dungeon Encounters

Top-down, pixel art encounter runner for D&D games.

Initial code based on the Hands On Rust book (add details here).

Written in Rust, uses bracket-lib and Legion ECS.

Playing the Game

Arrow keys

  • move player
  • when on an adjacent tile to monster and moving toward monster, attack
  • when moving on an exit tile, go to next level

Space key

  • wait

G key

  • when on the same tile as item, get item

Items There are swords, you retain the last sword picked up. Go for the better swords!

Potions There are weak and normal potions, use the numeric keys to consume.

Contributing

Install rust.

Clone this repository.

cargo build
cargo run

Credits

Hands On Rust Art we shamelessly used

About

Top-down Pixel Art Encounter runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages