Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/clemlatz/the-resistance-js

A web-app to play The Resistance game on-the-go without the game deck.
https://github.com/clemlatz/the-resistance-js

angular game javascript resistance-game

Last synced: 17 days ago
JSON representation

A web-app to play The Resistance game on-the-go without the game deck.

Awesome Lists containing this project

README

        

the-resistance-js
=================

A web-app to play The Resistance game on-the-go without the game deck.

This app won't allow you to play online with distant friends*, but if you are on-the-go with some friends and you don't have the game deck with you, it will replace it.

I mainly created this as an exercise to learn AngularJS.

Based on: http://en.wikipedia.org/wiki/The_Resistance_(game)

Demo: https://www.iwazaru.fr/the-resistance-js/

## Installation

1. [Install bower](https://bower.io/)
2. `git clone https://github.com/iwazaru/the-resistance-js`
3. `cd the-resistance-js`
4. `bower install`
5. Fire up some web server (i.e. [http-server](https://www.npmjs.com/package/http-server))

## Todo

* Show scores
* Import/export save
* Offline mode
* Include rules

*If this is what you're looking for, take a look at this:
https://github.com/cashto/resistance

## Changelog

2.0

* Revamped as a simple HTML app without a web-server

1.0.1 (2015-01-06)

* Added a welcoming text & opengraph tags

1.0 (2015-01-06)

* First release