Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.