GameState::to_string_id
This commit is contained in:
parent
6fe5a268da
commit
25a5470a12
8 changed files with 206 additions and 298 deletions
|
|
@ -57,11 +57,11 @@ Encodage efficace : https://www.gnu.org/software/gnubg/manual/html_node/A-techni
|
|||
* roll dice
|
||||
* mark points (jeton & fichet) & set bredouille markers (3rd jeton & pavillon)
|
||||
* move pieces
|
||||
* dice roll -> 4bits
|
||||
* dice roll -> 6bits
|
||||
* points 10bits x2 joueurs = 20bits
|
||||
* points -> 4bits
|
||||
* trous -> 4bits
|
||||
* bredouille possible 1bit
|
||||
* grande bredouille possible 1bit
|
||||
|
||||
Total : 77 + 1 + 2 + 4 + 20 = 104 bits = 13 * 8 (8^2 = 256) = 17.3333 * 6 (18 u64) -> 108 possible
|
||||
Total : 77 + 1 + 2 + 6 + 20 = 105 bits = 17.666 * 6 -> 18 u32 (108 possible)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
En 12 chapitres (trous) de 12 sous-chapitres (points / niveaux de compréhension) ?
|
||||
|
||||
Célébration -> s'inspirer du _petit traité invitant à la découverte de l'art subtil du go_
|
||||
comparaison échecs -> comparaison backgammon
|
||||
|
||||
Les règles
|
||||
- le matériel
|
||||
- le mouvement
|
||||
|
|
@ -15,7 +18,7 @@ La stratégie
|
|||
|
||||
L'encyclopédie
|
||||
- comparaison avec d'autres jeux
|
||||
- échecs/go
|
||||
- échecs/go ?
|
||||
- histoire
|
||||
- traités
|
||||
- vocabulaire
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue