Skip to content

fe-dox/multi-user-chess-clock

Repository files navigation

Multi User Chess Clock

Multi User Chess Clock makes playing games like UNO with chess clock easy. You can host it on your own or use the version I am hosting.

It's using GUN

Probably needs to be rewritten

Demo

https://clock.fedox.pl

Installation

Clone this repo git clone https://github.com/fe-dox/multi-user-chess-clock.git

Cd into folder cd multi-user-chess-clock

You can modify environment file to point this app to your own gun instance

Install dependencies yarn install

Build ng build

Then drop static files

Contributing

Contributions are always welcome!

License

This project is licensed under GNU GPLv3 License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.