Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjirou/dungeons-and-idlers
A browser game that explores dungeons by turning over cards
https://github.com/kjirou/dungeons-and-idlers
Last synced: 2 months ago
JSON representation
A browser game that explores dungeons by turning over cards
- Host: GitHub
- URL: https://github.com/kjirou/dungeons-and-idlers
- Owner: kjirou
- License: apache-2.0
- Created: 2015-03-01T08:44:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T07:25:34.000Z (over 3 years ago)
- Last Synced: 2023-04-09T10:02:41.182Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 399 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dungeons & Idlers
[![Build Status](https://travis-ci.org/kjirou/dungeons-and-idlers.svg?branch=master)](https://travis-ci.org/kjirou/dungeons-and-idlers)
## Development
### Dependency
- [direnv](https://github.com/zimbatm/direnv)
- [ImageMagick](http://www.imagemagick.org/) CLI tools (is used by [image-divider](https://github.com/kjirou/image-divider))### Deployment
```bash
git clone [email protected]:kjirou/dungeons-and-idlers.git
cd ./dungeons-and-idlers
direnv allow
npm install
npm run build
npm run dev
open http://localhost:3000
```## In development...
![](http://i.gyazo.com/efc32fc0c74afcd53e8c68e9a736386f.png)
![](http://i.gyazo.com/9416a7ce63af147e4f55024812f2dd91.png)
![](http://i.gyazo.com/144523d32523c55b489550dea57353d4.png)