Dynamic program to solve Hanabi endgame optimally (assuming people know their cards but not the draw pile)
Go to file
2023-08-08 11:12:59 +02:00
hanabi@a85504cc1c add submodule and proper .gitignore 2023-08-08 11:12:59 +02:00
.gitignore add submodule and proper .gitignore 2023-08-08 11:12:59 +02:00
.gitmodules add submodule and proper .gitignore 2023-08-08 11:12:59 +02:00
CMakeLists.txt working version done 2023-08-06 15:02:50 +02:00
download.h implement tablebase 2023-08-08 00:29:19 +02:00
game_state.h make pace variable signed to detect game states out of pace 2023-08-08 00:44:50 +02:00
game_state.hpp add missing draw pile function 2023-08-08 00:31:16 +02:00
main.cpp better cli interface: support both files and ids 2023-08-08 11:08:58 +02:00
myassert.h add missing assert file 2023-08-06 22:08:34 +02:00