Quinque (/ˈkwɪŋkweɪ/) is a simple game where you can challenge someone (or a computer) in a short colorful battle.
-
Play it here;
Visit our discord server if you have an idea/suggestion/question/etc.
You can start a dev version by creating .env.local and running the following command:
npm run devYou can build a production version by creating .env.prod and running the following command:
npm run buildNote that this version is built to keep forever on GH pages, so it has /quinque prefix for all the links (You can change that in .env.local).
After you've built the app, you can host it by just inserting the files to any web server. To utilize the offline mode, rename two files not-service-worker.js and not-manifest.js to service-worker.js and manifest.js respectively.
Note, that if you host the game yourself, you'll need a firebase account to store the online room data.
Thanks to Nour Saud for the Bubble effect!
Contributions or suggestions are also welcome!!!