Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frigus02/chooser
Player chooser web app
https://github.com/frigus02/chooser
Last synced: 25 days ago
JSON representation
Player chooser web app
- Host: GitHub
- URL: https://github.com/frigus02/chooser
- Owner: frigus02
- License: mit
- Created: 2020-07-28T20:17:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T16:24:45.000Z (over 3 years ago)
- Last Synced: 2024-10-06T09:41:35.968Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://chooser.kuehle.me
- Size: 960 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Player Chooser
Player chooser web app. Every player places a finger on the screen. After 2 seconds the app picks one player at random. Helpful when choosing the starting player in a board game.
![](./res/demo.gif)
## Development
This project does not have any depencies or build steps. To start development, start a local webserver of your choice, serving the `src/` directory. Example with Python:
```sh
python3 -m http.server --directory src
```After you've added/changed/deleted any file in the `src/` directory, please update the list of files in the Service Worker ([sw.js](./src/sw.js)) and increase the version. This will ensure that all users receive the update.