Repo for 7DRL aka Seven Day Roguelike challenge 2021
Go to file
lee2sman 796652028f add pick-music-track.js 2021-04-08 02:12:05 -04:00
examples add pick-music-track.js 2021-04-08 02:12:05 -04:00
.datefile.txt update example descrip of pick-music-track 2021-04-08 02:11:56 -04:00
.gamefile.txt update example descrip of pick-music-track 2021-04-08 02:11:56 -04:00
.genres.json add genres and media formats 2021-04-03 23:52:58 -04:00
.gitignore update .gitignore 2021-03-11 03:15:21 -05:00
.itemsfile.txt update example descrip of pick-music-track 2021-04-08 02:11:56 -04:00
.media-formats.json add genres and media formats 2021-04-03 23:52:58 -04:00
.nonKittenItems.txt changes on new generation each time 2021-03-12 03:57:13 -05:00
.terrain.txt update example descrip of pick-music-track 2021-04-08 02:11:56 -04:00
.verbs.txt add example and minimal tests of blessed project-name generator, charlatan libraries 2021-03-27 22:37:31 -04:00
README.md update program and README 2021-03-29 19:19:42 -04:00
RESOURCES.md update RESOURCES.md 2021-03-14 01:41:04 -05:00
TODO.md update TODO.md 2021-04-02 17:02:21 -04:00
devlog.md update devlog 2021-04-02 17:10:38 -04:00
dotd.js update dotd.js 2021-03-28 14:34:41 -04:00
package.json add troubadour 2021-04-04 22:37:01 -04:00
village.js added album generation (as text) to game 2021-04-03 23:53:30 -04:00

README.md

Dungeon of the Day (working title)

Devlog

~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.

devlog

Install

Download the zip of the repo

Unzip

Install needed node.js libraries

npm install

Usage

Create a new dungeon from the command line:

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

Items from robotfindskitten GPLv2

Other libraries licenses can be found in their documentation.