Python scripts to analyze hanabi instances, providing interfaces to hanab.live, a local game database and analysis tools.
Go to file
2023-05-14 19:11:42 +02:00
database fix database schema to allow for 6-suit decks 2023-05-13 23:22:36 +02:00
log_setup improve logging setup 2023-05-14 14:04:42 +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 clean up files 2023-05-13 23:25:45 +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 fix err msg in downloading data 2023-05-14 14:56:04 +02:00
greedy_solver.py adapt to database package. remove creating of files upon import 2023-05-13 23:25:04 +02:00
hanab_live.py support extra options from hanab.liv 2023-05-14 16:44:23 +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 add alive_bar to requirements 2023-05-14 14:05:25 +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 add alive_bar to requirements 2023-05-14 14:05:25 +02:00
test.py add test 2023-05-14 19:11:42 +02:00
variants.py adjust variant-getter methods to handle invalid inputs 2023-05-13 19:52:32 +02:00