diff --git a/data/Tupfile.lua b/data/Tupfile.lua index 6e3993f6be..e9cafd9f16 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -193,6 +193,7 @@ extra_files = { {"kolibrios/games/fara/fara.gfx", "common/games/fara.gfx"}, {"kolibrios/games/jumpbump/", "common/games/jumpbump/*"}, {"kolibrios/games/knight", "common/games/knight"}, + {"kolibrios/games/KosChess/", "common/games/KosChess/*"}, {"kolibrios/games/LaserTank/", "common/games/LaserTank/*"}, {"kolibrios/games/lrl/", "common/games/lrl/*"}, {"kolibrios/games/mun/data/", "common/games/mun/data/*"}, diff --git a/data/common/settings/games.ini b/data/common/settings/games.ini index 2d4e32a780..fab2060814 100644 --- a/data/common/settings/games.ini +++ b/data/common/settings/games.ini @@ -61,4 +61,4 @@ Lights=games/lights,106 Square=games/msquare,25 Memory=games/mblocks Lines=games/lines,116 - +Chess=games/KosChess/KosChess,82 diff --git a/data/rus/settings/games.ini b/data/rus/settings/games.ini index cf68b6d121..ab747a6ab3 100644 --- a/data/rus/settings/games.ini +++ b/data/rus/settings/games.ini @@ -61,4 +61,4 @@ Lights=games/lights,106 Square=games/msquare,25 Memory=games/mblocks Lines=games/lines,116 - +Chess=games/KosChess/KosChess,82 diff --git a/programs/games/KosChess/KosChess b/programs/games/KosChess/KosChess new file mode 100644 index 0000000000..ab4fb807fe Binary files /dev/null and b/programs/games/KosChess/KosChess differ diff --git a/programs/games/KosChess/images/bb.raw b/programs/games/KosChess/images/bb.raw new file mode 100644 index 0000000000..2eb5829807 Binary files /dev/null and b/programs/games/KosChess/images/bb.raw differ diff --git a/programs/games/KosChess/images/bk.raw b/programs/games/KosChess/images/bk.raw new file mode 100644 index 0000000000..7d2531e976 Binary files /dev/null and b/programs/games/KosChess/images/bk.raw differ diff --git a/programs/games/KosChess/images/bn.raw b/programs/games/KosChess/images/bn.raw new file mode 100644 index 0000000000..23bf376437 Binary files /dev/null and b/programs/games/KosChess/images/bn.raw differ diff --git a/programs/games/KosChess/images/bp.raw b/programs/games/KosChess/images/bp.raw new file mode 100644 index 0000000000..8ddf6e25fe Binary files /dev/null and b/programs/games/KosChess/images/bp.raw differ diff --git a/programs/games/KosChess/images/bq.raw b/programs/games/KosChess/images/bq.raw new file mode 100644 index 0000000000..d23643a18d Binary files /dev/null and b/programs/games/KosChess/images/bq.raw differ diff --git a/programs/games/KosChess/images/br.raw b/programs/games/KosChess/images/br.raw new file mode 100644 index 0000000000..256ec16705 Binary files /dev/null and b/programs/games/KosChess/images/br.raw differ diff --git a/programs/games/KosChess/images/decrease.raw b/programs/games/KosChess/images/decrease.raw new file mode 100644 index 0000000000..a0f022e5a6 Binary files /dev/null and b/programs/games/KosChess/images/decrease.raw differ diff --git a/programs/games/KosChess/images/increase.raw b/programs/games/KosChess/images/increase.raw new file mode 100644 index 0000000000..4738065b6e Binary files /dev/null and b/programs/games/KosChess/images/increase.raw differ diff --git a/programs/games/KosChess/images/wb.raw b/programs/games/KosChess/images/wb.raw new file mode 100644 index 0000000000..ad8f79b802 Binary files /dev/null and b/programs/games/KosChess/images/wb.raw differ diff --git a/programs/games/KosChess/images/wk.raw b/programs/games/KosChess/images/wk.raw new file mode 100644 index 0000000000..7f73b9e2a7 Binary files /dev/null and b/programs/games/KosChess/images/wk.raw differ diff --git a/programs/games/KosChess/images/wn.raw b/programs/games/KosChess/images/wn.raw new file mode 100644 index 0000000000..09a3ac2b15 Binary files /dev/null and b/programs/games/KosChess/images/wn.raw differ diff --git a/programs/games/KosChess/images/wp.raw b/programs/games/KosChess/images/wp.raw new file mode 100644 index 0000000000..facb7c2b76 Binary files /dev/null and b/programs/games/KosChess/images/wp.raw differ diff --git a/programs/games/KosChess/images/wq.raw b/programs/games/KosChess/images/wq.raw new file mode 100644 index 0000000000..0057b9c6e3 Binary files /dev/null and b/programs/games/KosChess/images/wq.raw differ diff --git a/programs/games/KosChess/images/wr.raw b/programs/games/KosChess/images/wr.raw new file mode 100644 index 0000000000..d7af163e6c Binary files /dev/null and b/programs/games/KosChess/images/wr.raw differ