Dynamic program to solve Hanabi endgame optimally (assuming people know their cards but not the draw pile)
Go to file
2023-08-06 12:23:53 +02:00
CMakeLists.txt add cmakelists 2023-08-05 11:55:55 +02:00
download.h fix bug: cards in draw pilewere not merged correctly 2023-08-06 12:23:53 +02:00
game_state.h implement backtracking approach 2023-08-06 11:54:57 +02:00
game_state.hpp fix bug: cards in draw pilewere not merged correctly 2023-08-06 12:23:53 +02:00
main.cpp implement backtracking approach 2023-08-06 11:54:57 +02:00