Skip to content

jdjaustin/dungeoncrawlECS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dungeon Crawler Part Deux

This is an adaptation of the Rust program found in my dungeoncrawl repository; I coded both by following along in Hands-on Rust by Herbert Wolverson.

This variation of the dungeon crawler uses Legion, a high performance Entity Component System (ECS) found for free in the Rust crates library. This implementation also utilizes "fearless concurrency" to make the game multi-threaded.

I also added the ability to use the W, A, S, and D keys in lieu of the arrow keys for users who have keyboards without built-in arrow keys.

This is a work in progress, and more documentation will be added as I make progress on the code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages