0.0.1 • Published 4 months ago

virtual-crawl v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

virtual-crawl

virtual-crawl

Virtual crawl is a roguelite boilerplate.

Usage

clone the repo, then pull the mini-dungeon assets from kenny.nl(eventually we might build our own, but for now you need to go get them). Unzip them, then put them in the assets folder in it's own directory mini-dungeon.

Now you can launch the game with:

npm run start

Stack

This boilerplate assembles a large stack of underlying libraries to make a simple surface to build roguelites using traditional roguelike techniques.

Testing

TBD