An open API service indexing awesome lists of open source software.

https://github.com/artbohr/roguelike-game

Roguelike Dungeon Crawler Game
https://github.com/artbohr/roguelike-game

es6 reactjs

Last synced: 3 months ago
JSON representation

Roguelike Dungeon Crawler Game

Awesome Lists containing this project

README

        

# Roguelike Dungeon Crawler Game

## Live Demo
https://artbohr.github.io/roguelike-game/

## Local Setup
clone this repository and *run* these commands:

```
npm install
npm start
```

### This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).