Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/clemlatz/the-resistance-js
- Owner: clemlatz
- Created: 2014-11-29T13:53:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T14:39:17.000Z (almost 8 years ago)
- Last Synced: 2024-11-10T01:10:00.579Z (2 months ago)
- Topics: angular, game, javascript, resistance-game
- Language: HTML
- Homepage: https://www.iwazaru.fr/the-resistance-js/
- Size: 1.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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