Python scripts to analyze hanabi instances, providing interfaces to hanab.live, a local game database and analysis tools.
Go to file
2023-03-17 11:54:55 +01:00
.gitignore ignore some output files 2023-03-15 15:43:14 +01:00
compress.py compress.py: make executable and decompress argument from command line 2023-03-17 11:54:55 +01:00
database.py update database: add columns for actions and deck 2023-03-02 22:16:04 +01:00
deck_analyzer.py deck_analyzer: check for out of hand size (mostly 2p games) 2023-03-16 09:34:03 +01:00
download_data.py adjust downloading of actions: log if VoteTerminate action is found 2023-03-14 09:13:10 +01:00
greedy_solver.py better testing for greedy solver. implement better handling of copies of cards 2023-03-16 14:07:42 +01:00
instance_finder.py add better method for instance solving: try greedy solver first 2023-03-15 15:45:22 +01:00
logger_setup.py add logger setup 2023-03-15 15:42:22 +01:00
sat.py rename solve -> solve_sat, change output type to be an actual game 2023-03-15 15:44:33 +01: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