jungle-chess

Jungle Chess (Dou Shou Qi) is a network strategy game for two players.


Keywords
jungle, chess, dou, shou, qi, animal, game, pygame
License
MIT
Install
pip install jungle-chess==1.0.0

Documentation

Jungle Chess

Jungle Chess is a network board game for two players. It is written in Python 3 using Pygame library.

Screenshots

Start Menu

Gameplay

Overview

Jungle Chess (aka Dou Shou Qi) is a modern Chinese strategy board game for two players.

The Jungle gameboard represents a jungle terrain with dens, traps "set" around dens, and rivers. Each player controls eight game pieces representing different animals of various rank. Stronger-ranked animals can capture ("eat") animals of weaker or equal rank. The player who is first to maneuver any one of their pieces into the opponent's den wins the game. An alternative way to win is to capture all the opponent's pieces.

Please review the rules and detailed description of the Dou Shou Qi on Wikipedia.

Getting Started

Installation

pip install jungle-chess

Running

jungle-chess

or

python -m jungle-chess

Playing

  • To start a game server choose "Start new game" in the main menu.
  • To connect to the game server choose "Connect to game server" and enter the server IP address or hostname.
  • Total game time is 15 minutes per player, plus 5 second per-move free time.
  • Time constants can be changed in constants.py file.
  • You can surrender any time by clicking on the white flag button and confirming you intention by pressing Y after that.

License

This project is licensed under the MIT License — see the LICENSE file for details.

Credits