dungeon-of-the-day/README.md

48 lines
859 B
Markdown
Raw Normal View History

2021-03-05 09:28:01 +00:00
# Dungeon of the Day (working title)
# Devlog
2021-03-29 23:19:42 +00:00
~Dungeon of the Day is being produced under the tight constraints of the 2021 7DRL (seven day roguelike challenge).~
Update: I didn't turn it in by the 7drl deadline and am instead continuing to work on it. It is in an alpha 2d-walking-sim state.
2021-03-08 09:35:49 +00:00
2021-03-09 06:47:10 +00:00
[devlog](devlog.md)
2021-03-08 09:35:49 +00:00
2021-03-29 23:19:42 +00:00
## Install
[Download the zip of the repo](https://tildegit.org/exquisitecorp/dungeon-of-the-day/archive/master.zip)
Unzip
Install needed node.js libraries
```
npm install
```
## Usage
Create a new dungeon from the command line:
2021-03-08 09:35:49 +00:00
2021-03-29 23:19:42 +00:00
```
node village --new
```
Or just launch the current village without spawning a new one:
```
node village
```
### Controls
Arrow keys or vim keys to move. Q to quit. P to pick up an item.
### License
2021-03-06 04:17:21 +00:00
2021-03-09 06:47:10 +00:00
Items from robotfindskitten GPLv2
2021-03-29 23:19:42 +00:00
Other libraries licenses can be found in their documentation.