Python scripts to analyze hanabi instances, providing interfaces to hanab.live, a local game database and analysis tools.
Go to file
2023-05-19 12:57:44 +02:00
database improve overall logging, use verbose logger 2023-05-14 23:57:24 +02:00
log_setup improve overall logging, use verbose logger 2023-05-14 23:57:24 +02:00
.gitignore ignore some output files 2023-03-15 15:43:14 +01:00
check_game.py check_game: handle error if game is not in DB 2023-05-14 19:10:41 +02:00
compress.py add selection of default hanab.live variant id to allow compressing of regular GameStates 2023-05-19 12:43:49 +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 cli interface 2023-05-14 19:16:06 +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 sat: adjust print_model to instances with variable deck sizes 2023-05-13 13:05:58 +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