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

https://github.com/spaceribs/writ

A collaborative text adventure game
https://github.com/spaceribs/writ

game game-engine text-adventure text-adventure-game

Last synced: 3 months ago
JSON representation

A collaborative text adventure game

Awesome Lists containing this project

README

          

![Writ](http://i.imgur.com/cUts8Pn.png)

### Master Branch
[![Build Status](https://travis-ci.org/spaceribs/Writ.svg?branch=master)](https://travis-ci.org/spaceribs/Writ)
[![Code Climate](https://codeclimate.com/github/spaceribs/Writ/badges/gpa.svg)](https://codeclimate.com/github/spaceribs/Writ)
[![Test Coverage](https://codeclimate.com/github/spaceribs/Writ/badges/coverage.svg)](https://codeclimate.com/github/spaceribs/Writ/coverage)
[![Dependencies](https://david-dm.org/spaceribs/Writ.svg)](https://david-dm.org/spaceribs/Writ)

### Develop Branch
[![Build Status](https://travis-ci.org/spaceribs/Writ.svg?branch=develop)](https://travis-ci.org/spaceribs/Writ)
[![Issue Count](https://codeclimate.com/github/spaceribs/Writ/badges/issue_count.svg)](https://codeclimate.com/github/spaceribs/Writ)
[![Floobits Status](https://floobits.com/spaceribs/writ_game.svg)](https://floobits.com/spaceribs/writ_game/redirect)

----

## Currently Under Construction:
- [x] Users Endpoint
- [x] Places Endpoint
- [x] Passages Endpoint
- [ ] Items Endpoint

## Technologies Used
- [PouchDB](https://pouchdb.com/): For our frontend/backend database solution.
- [JSON-Schema](http://json-schema.org/): For all input and database schema enforcement.
- [Express](http://expressjs.com/): For serving the API.
- [Passport](http://passportjs.org/): For user authentication.
- [Jasmine](http://jasmine.github.io/): For our testing framework.
- [Supertest](https://github.com/visionmedia/supertest): For E2E testing our API.