Skip to content

Zower/dungeon-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A learning experience into Rust, and the bevy game engine. This repo hods a prototype for a pixel-dungeoncrawler. It is not ready to be played. Currently you can move around, and mindless enemies spawn that do nothing.

Running

If you want to 'play' (as stated, the game is not ready to be played) the game, clone the repo and run it like any normal Rust program.

cargo run --release

To read the documentation, type:

cargo doc --open

To implement

  • Combat
  • Enemy logic
  • Procedural generation
  • Items
  • more...

Ubuntu build dependencies

  • libasound2-dev
  • libudev-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages