Tentative Randomless-Entropy variant.
commitfe0c09ac6512614619ba80105cb521203a861708
authorYann Dirson <ydirson@altern.org>
Thu, 20 Mar 2008 22:05:23 +0000 (20 23:05 +0100)
committerYann Dirson <ydirson@altern.org>
Thu, 20 Mar 2008 22:05:23 +0000 (20 23:05 +0100)
tree5e2aaf3929858eb3a693813aa03ab51e2d9941a1
parentca6d02e138efd0b1956c4e881be9d705d5b34a11
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 55% 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