Add Tori Shogi variant.master/tori-shogi
commit1af6ec4dd21bcb7a2127b53baa92b3e9b00b6ab9
authorYann Dirson <ydirson@altern.org>
Thu, 6 Sep 2007 20:05:43 +0000 (6 22:05 +0200)
committerYann Dirson <ydirson@altern.org>
Thu, 6 Sep 2007 20:05:43 +0000 (6 22:05 +0200)
treeb321100205dcfe280008f7a276d27fa3a17dfcb0
parent51bc8ddcf839e23e08d878aff6c386b3592e35e9
Add Tori Shogi variant.
data/scripts/shogi_themelib.lua
data/themes/pieces/ShogiTTF/theme.lua
src/CMakeLists.txt
src/hlvariant/tori-shogi/gamestate.h [new file with mode: 0644]
src/hlvariant/tori-shogi/legalitycheck.h [new file with mode: 0644]
src/hlvariant/tori-shogi/piece.cpp [new file with mode: 0644]
src/hlvariant/tori-shogi/piece.h [new file with mode: 0644]
src/hlvariant/tori-shogi/variant.cpp [new file with mode: 0644]
src/hlvariant/tori-shogi/variant.h [new file with mode: 0644]
src/variants.cpp