An open API service indexing awesome lists of open source software.

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

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/).