shaochuan / Xiangqi

Chinese chess, a strategy board game for two players.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xiangqi Game

EXECUTION ENVIRONMENT

The codes were tested under MacOS, but should be also working under Linux system.

Installation

Package Dependency

  • Python 2.7 or higher.
  • PyOpenGL.
    • $ sudo pip install PyOpenGL PyOpenGL_accelerate
  • PIL
    • $ sudo pip install PIL

HOW TO RUN?

$ python main.py

About

Chinese chess, a strategy board game for two players.

License:MIT License


Languages

Language:Python 100.0%