https://github.com/dnbard/game-deepspace
Web game about space exploration
https://github.com/dnbard/game-deepspace
Last synced: 9 months ago
JSON representation
Web game about space exploration
- Host: GitHub
- URL: https://github.com/dnbard/game-deepspace
- Owner: dnbard
- Created: 2014-06-12T20:43:29.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-22T20:10:19.000Z (about 12 years ago)
- Last Synced: 2025-03-21T09:15:19.407Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 848 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Deepspace Exploration
=====================
Web game about space exploration
Instalation and Run
-------------------
Right now, i don't have a dedicated production server for game. So it can be run only localy.
Run `npm install` in console to download all node.js and environment dependencies.
Then run `bower install` to download all front-end dependencies.
After that run `grunt serve` to run development server of game (window with game is going to be open in your browser). Living reload of front-end and back-end is enabled.
Run `grunt build` to create production ready version of game(it will be placed in `dist folder`).