Python scripts to analyze hanabi instances, providing interfaces to hanab.live, a local game database and analysis tools.
Go to file
2023-05-06 20:13:36 +02:00
.gitignore ignore some output files 2023-03-15 15:43:14 +01:00
compress.py fix a few typos yielding errors 2023-03-18 01:27:32 +01:00
constants.py refactor: proper classes for hanabi instances and games 2023-03-18 01:17:32 +01:00
database.py update database: add columns for actions and deck 2023-03-02 22:16:04 +01:00
deck_analyzer.py add methods to analyze individual suits and what cards to pick 2023-03-18 15:17:47 +01:00
download_data.py adjust download method also for games whose seed is unknown before 2023-05-06 17:42:27 +02:00
greedy_solver.py refactor greedy solver for new hanabi classes 2023-03-18 10:17:24 +01:00
hanabi.py hanabi.py add attribute to retrieve max score of instance 2023-05-06 20:13:36 +02:00
instance_finder.py add try/except block around subprocess 2023-05-06 09:06:01 +02:00
logger_setup.py add logger setup 2023-03-15 15:42:22 +01:00
requirements.txt add try/except block around subprocess 2023-05-06 09:06:01 +02:00
sat.py sat: annotate function return type. use deep copy for returning solution to avoid modifying passed game state 2023-05-06 19:41:50 +02:00
site_api.py move site api for hanab.live into own file 2023-03-02 13:11:12 +01:00
variants.json add variants.json file from hanabi-live repo 2023-03-02 14:52:16 +01:00
variants.py add interface to read variants.json file 2023-03-11 20:01:29 +01:00