Python scripts to analyze hanabi instances, providing interfaces to hanab.live, a local game database and analysis tools.
Go to file
2023-05-20 14:40:29 +02:00
database improve overall logging, use verbose logger 2023-05-14 23:57:24 +02:00
log_setup rework logging to log into separate files 2023-05-20 14:32:42 +02:00
.gitignore ignore some output files 2023-03-15 15:43:14 +01:00
check_game.py clean up imports 2023-05-20 14:40:29 +02:00
compress.py fix generation of links 2023-05-20 14:31:43 +02:00
constants.py add 6th initial to color initials 2023-05-13 13:06:49 +02: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 improve overall logging, use verbose logger 2023-05-14 23:57:24 +02:00
greedy_solver.py clean up greedy solver file 2023-05-19 12:57:44 +02:00
hanab_live.py add selection of default hanab.live variant id to allow compressing of regular GameStates 2023-05-19 12:43:49 +02:00
hanabi_suite.py add command-line flag to enable verbose printing to terminal 2023-05-20 14:38:38 +02:00
hanabi.py support extra options from hanab.liv 2023-05-14 16:44:23 +02:00
instance_finder.py adjust instance finder to refactors 2023-05-14 19:11:10 +02:00
old.py add old.py file for old code 2023-05-13 23:10:00 +02:00
requirements.txt improve overall logging, use verbose logger 2023-05-14 23:57:24 +02:00
sat.py rework logging to log into separate files 2023-05-20 14:32:42 +02:00
site_api.py improve overall logging, use verbose logger 2023-05-14 23:57:24 +02:00
test.py improve overall logging, use verbose logger 2023-05-14 23:57:24 +02:00
variants.py adjust variant-getter methods to handle invalid inputs 2023-05-13 19:52:32 +02:00