Commit Graph

17 Commits

Author SHA1 Message Date
907fb3ae47
refactor. make reverting possible in non-backtracking state 2023-08-11 14:39:55 +02:00
a77de7efe8
implement tablebase 2023-08-08 00:29:19 +02:00
1f4949c1e5
fix clash in encoding function due to undefined number of extra turns 2023-08-07 13:34:27 +02:00
228eac7af1
support striking of cards 2023-08-07 00:06:50 +02:00
385ba6650b
add virtual interface for all hanabi states 2023-08-06 22:06:58 +02:00
6e71a6a457
remove actiontype from backtrack struct 2023-08-06 16:44:21 +02:00
daa19e408f
working version done 2023-08-06 15:02:50 +02:00
89e6e02603
fix bug on not doing stuff in extraround 2023-08-06 12:49:52 +02:00
12ba53d37a
fix bug: cards in draw pilewere not merged correctly 2023-08-06 12:23:53 +02:00
bdab3f3b43
implement backtracking approach 2023-08-06 11:54:57 +02:00
b690f43a73
remove unneeded template parameter. implement game getter and normalization 2023-08-06 10:23:29 +02:00
38e4101402
implement initialising + doing actions of game state 2023-08-05 13:51:55 +02:00
95365a8a68
simplify deck parsing function 2023-08-05 13:05:29 +02:00
426807f730
simplify deck parsing function 2023-08-05 13:05:21 +02:00
52f114b020
parse actions from hanab.live 2023-08-05 13:04:51 +02:00
3b993030ea
implement reading from file. cleanup 2023-08-05 11:55:46 +02:00
262d909f3d
implement downloading games and parsing deck 2023-08-05 00:34:31 +02:00