Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doughsay/gemmeus
A simple Bejeweled clone
https://github.com/doughsay/gemmeus
Last synced: about 1 month ago
JSON representation
A simple Bejeweled clone
- Host: GitHub
- URL: https://github.com/doughsay/gemmeus
- Owner: doughsay
- Created: 2014-01-28T08:35:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-01T16:42:14.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T22:12:37.607Z (7 months ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gemmeus!
========Latin
-----**Gemmeus** - (Adjective) *m.*
1. gemstone (attributive)
1. jewelled
1. glitteringAbout
=====Gemmeus is a simple Bejeweled clone.
Demo
====Check out the online demo at [gemmeus.infinitymotel.net](http://gemmeus.infinitymotel.net/).
How to run
==========This app requires node >= 0.11.7 and an instance of MongoDB. You'll also need bower and grunt (`npm install -g bower grunt-cli`). If you have these up and running, the following should get you going.
```bash
cd ~/src
git clone https://github.com/doughsay/gemmeus.git
cd gemmeus
npm install
bower install
cd app/config
cp app.sample.js app.js # edit to your liking
cp mongo.sample.js mongo.js # edit to your liking
cd ../..
grunt deployAssets
npm start
```After this you should be able to hit `http://localhost:3000/` or whichever url you have it set up to run on.
License
=======MIT