Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szhu/spyfall
Offline clone of the spyfall game.
https://github.com/szhu/spyfall
Last synced: about 1 month ago
JSON representation
Offline clone of the spyfall game.
- Host: GitHub
- URL: https://github.com/szhu/spyfall
- Owner: szhu
- License: mit
- Created: 2016-02-14T09:51:20.000Z (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-02-14T11:16:29.000Z (almost 9 years ago)
- Last Synced: 2024-04-11T15:52:56.785Z (9 months ago)
- Language: CoffeeScript
- Homepage: http://spyfall.afx.dance/
- Size: 213 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spyfall
-------Spyfall is a multi-player in-person game in which each player is either:
- a spy and has to find a secret location, or
- a civilian and is given the location.The civilians must work together to determine who the spy is.
This project is inspired by a similar project, [https://github.com/evanbrumley/spyfall](https://github.com/evanbrumley/spyfall), which in turn was inspired by [an actual game you can buy](http://international.hobbyworld.ru/catalog/25-spyfall/). This project is endorsed by neither.
This repo contains a variant of the game, with these changes:
- Custom locations
- No roles except civilian and spy
- Offline gameplay (once the page loads)
- Single-device gameplay (pass the computer/phone around)
- One thing well: This project automates only the aspect of the game that is impossible to do manually, i.e. pick a random location and give it to all but one player.To serve app files yourself, `cd` into it and `python -m SimpleHTTPServer`.