https://github.com/dvberkel/light-up-the-couch
This repository contains a CouchApp which allows a user to share and play a collection of Lights Out games
https://github.com/dvberkel/light-up-the-couch
Last synced: 3 months ago
JSON representation
This repository contains a CouchApp which allows a user to share and play a collection of Lights Out games
- Host: GitHub
- URL: https://github.com/dvberkel/light-up-the-couch
- Owner: dvberkel
- Created: 2011-07-18T12:26:46.000Z (almost 14 years ago)
- Default Branch: develop
- Last Pushed: 2013-10-04T06:41:14.000Z (over 11 years ago)
- Last Synced: 2025-02-07T23:33:21.819Z (4 months ago)
- Language: JavaScript
- Homepage: http://effrafax.iriscouch.com/lights-out/_design/lights-out/_list/puzzles/descriptions
- Size: 180 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Light Up the Couch
==================Light Up the Couch is a project which offers a means to play the puzzle game
[Lights Out](http://en.wikipedia.org/wiki/Lights_Out_%28game%29 "Light Out on Wikipedia")
on a [CouchDB](http://couchdb.apache.org/ "The Apache CouchDB site").CouchApp
--------This project uses the
[CouchApp](http://couchapp.org/page/index "Documentation for CouchApp's")
commandline tool. From the documentation page:>The CouchApp command line tool is used to generate code templates in your
>application and to push your changes to an instance of couchdb, among other
>things.Git Workflow
------------We try to follow the git workflow as outlined by
[Vincent Driessen](http://nvie.com/posts/a-successful-git-branching-model/).