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
- Host: GitHub
- URL: https://github.com/spaceribs/writ
- Owner: spaceribs
- License: mit
- Created: 2015-11-01T17:57:30.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2016-12-25T02:09:08.000Z (over 9 years ago)
- Last Synced: 2025-11-04T17:09:59.169Z (7 months ago)
- Topics: game, game-engine, text-adventure, text-adventure-game
- Language: API Blueprint
- Homepage:
- Size: 473 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README

### Master Branch
[](https://travis-ci.org/spaceribs/Writ)
[](https://codeclimate.com/github/spaceribs/Writ)
[](https://codeclimate.com/github/spaceribs/Writ/coverage)
[](https://david-dm.org/spaceribs/Writ)
### Develop Branch
[](https://travis-ci.org/spaceribs/Writ)
[](https://codeclimate.com/github/spaceribs/Writ)
[](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.