Python scripts to analyze hanabi instances, providing interfaces to hanab.live, a local game database and analysis tools.
Go to file
2023-06-24 17:23:29 +02:00
database database: add entry for starting_player 2023-06-24 17:22:37 +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
cheating_strategy add txt file with strategy 2023-05-25 17:00:53 +02: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 download: support instances with some special options 2023-06-24 17:23:05 +02:00
greedy_solver.py start impl of better greedy solver 2023-05-25 17:00:18 +02:00
hanab_live.py hanabi instances: support differnt starting players 2023-06-24 17:23:29 +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 hanabi.py: raise error if to-be-replaced card is not in hand 2023-06-24 17:21:55 +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 add option to set minimum pace in sat solver 2023-05-20 21:45:51 +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