Tentative Randomless-Entropy variant.component-api/entropy
commitfc4e0b5a1bd28c39d0fdedfe36e69a1375b7316c
authorYann Dirson <ydirson@altern.org>
Tue, 8 Apr 2008 22:20:36 +0000 (9 00:20 +0200)
committerYann Dirson <ydirson@altern.org>
Tue, 8 Apr 2008 22:20:36 +0000 (9 00:20 +0200)
treeacc0b95d26469991d1a11d7ce9cccbc7c9d5a410
parentd327896c931a0514e1791f5319287ab5fd97034d
Tentative Randomless-Entropy variant.
15 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/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 53% 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