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
- Host: GitHub
- URL: https://github.com/artbohr/roguelike-game
- Owner: artbohr
- Created: 2017-12-11T23:54:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T14:20:07.000Z (almost 7 years ago)
- Last Synced: 2025-01-11T13:10:15.997Z (5 months ago)
- Topics: es6, reactjs
- Language: JavaScript
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).