https://github.com/ryan-haskell/druid
HTML5 RPG game using gulp and browserify
https://github.com/ryan-haskell/druid
Last synced: 3 months ago
JSON representation
HTML5 RPG game using gulp and browserify
- Host: GitHub
- URL: https://github.com/ryan-haskell/druid
- Owner: ryan-haskell
- Created: 2016-02-03T17:09:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T01:42:56.000Z (about 9 years ago)
- Last Synced: 2025-03-19T17:48:57.599Z (3 months ago)
- Language: JavaScript
- Homepage: http://ryannhg.github.io/druid
- Size: 525 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Druid
A game that I will never finish.
_Now with randomly generated lakes and forests!_### Setup
1. Download the code from this repository.
2. Run **`npm install`** to install npm packages.
3. Run **`npm install -g gulp`** to globally install gulp.### Playing the game
1. Run **`gulp`** to build 'src' files.
2. Run **`npm start`** to run the game at http://localhost:8080