Tentative Randomless-Entropy variant.mastermaster/entropy
commit69cb95a8f6e4401c615002cad221c5fb6a142aaa
authorYann Dirson <ydirson@altern.org>
Sun, 20 Apr 2008 19:52:43 +0000 (20 21:52 +0200)
committerYann Dirson <ydirson@altern.org>
Sun, 20 Apr 2008 19:52:43 +0000 (20 21:52 +0200)
tree25829306697572a52f4b7988b1b9036b3483b19e
parent1a5df45da079f07c5b3a8bf3b6071c005d7fffca
Tentative Randomless-Entropy variant.
16 files changed:
data/themes/squares/Default/theme_shogi.desktop
data/themes/squares/Default/theme_solid.desktop
debian/control
debian/tagua-variant-entropy.files [new file with mode: 0644]
src/variantfactories/builtinvariants.cpp
src/variants/CMakeLists.txt
src/variants/randomless-entropy/CMakeLists.txt [new file with mode: 0644]
src/variants/randomless-entropy/colors.cpp [new file with mode: 0644]
src/variants/randomless-entropy/colors.h [new file with mode: 0644]
src/variants/randomless-entropy/entropy.cpp [new file with mode: 0644]
src/variants/randomless-entropy/state.cpp [copied from src/variants/shogi/state.cpp with 51% similarity]
src/variants/randomless-entropy/state.h [new file with mode: 0644]
src/variants/randomless-entropy/stone.cpp [new file with mode: 0644]
src/variants/randomless-entropy/stone.h [new file with mode: 0644]
src/variants/randomless-entropy/tagua-randomlessentropy.desktop [new file with mode: 0644]
src/variants/shogi/state.cpp