| src | ||
| .gitignore | ||
| LICENSE.txt | ||
| README.md | ||
Hanabi Deck website
This is code for a small website hosting Hanabi decks and fiddle around with them to figure out feasibility. It is currently hosted at hanabi.maximilian-kessler.de
Development / Deploying
In order to run the website, you'll need a file unsolved_seeds.json in the root folder, which is loaded by the JS and contains the data on the seeds.
For development, I recommend to download the latest file from the webserver.
(Since the format might change in course of development, I'll not provide an example fill all the time, since it would inevitably get out of date).
The JSON file is currently generated based on the database of (my copy of) the PyHanabi project.
License
This project is GPLv3 licensed. You can find a copy of the license as LICENSE.txt in this repository.
The file hypoCompress.js is dericed from hypoCompress.ts from the HanabLive repository, which is GPLv3 as well.