https://github.com/strugee/fractured-reality
Randomly-generated, mystery-surrounded ethereal exploration game
https://github.com/strugee/fractured-reality
Last synced: over 1 year ago
JSON representation
Randomly-generated, mystery-surrounded ethereal exploration game
- Host: GitHub
- URL: https://github.com/strugee/fractured-reality
- Owner: strugee
- Created: 2015-03-21T00:12:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T00:35:40.000Z (over 9 years ago)
- Last Synced: 2025-03-18T05:19:06.589Z (over 1 year ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fractured Reality
## About
Fractured Reality is an exploration game like no other.
See the landing page on the `gh-pages` branch, or
[live on the web][1].
## Development
The build system is based on [Stylus][2] for stylesheets and
[Browserify][3] for JS, all orchestrated using [Gulp][4]. Requires
[Node.js][5].
To spin up a local instance for development:
git clone https://github.com/strugee/fractured-reality
cd fractured-reality
npm install
# If you don't already have a global `gulp`
npm install -g gulp
gulp serve
## Authors
Alex Jordan , with help from Max Heim-Salgado
[1]: https://strugee.net/fractured-reality/
[2]: http://stylus-lang.com/
[3]: http://browserify.org/
[4]: http://gulpjs.com/
[5]: https://nodejs.org/