Python scripts to analyze hanabi instances, providing interfaces to hanab.live, a local game database and analysis tools.
Go to file
2023-03-14 09:14:40 +01:00
.gitignore add gitignore 2023-03-02 11:04:33 +01:00
compress.py fix compression: value of voteTerminate now set to 0 to prevent index overflow 2023-03-14 09:12:46 +01:00
database.py update database: add columns for actions and deck 2023-03-02 22:16:04 +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 GameState: fix clued value, add to_json method 2023-03-14 09:14:40 +01:00
instance_finder.py sat solving database: add timer, skip 2-player seeds (too costly atm) 2023-03-14 09:14:14 +01:00
sat.py clean up sat.py file: json exporting now easier 2023-03-14 09:12:21 +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