Skip to content

nivit/harmless

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

harmless

a chinese chess engine

INSTALL

for GNU/Linux

  • require
    • python-2.7.x: python.org
    • pygame-py2.7: pygame.org
  • make and run
$ git clone git://github.com/timebug/harmless.git harmless
$ cd harmless/src
$ make
$ cp harmless ../pycchess/ && cd $_
$ python cchess.py
  • enjoy yourself

for Windows

  1. https://github.com/timebug/harmless/downloads
  2. download pycchess-win32-*.zip then unzip it
  3. run cchess.exe

KEYBOARD SHORTCUTS

space: new game

Releases

No releases published

Packages

No packages published

Languages

  • C 72.0%
  • Python 28.0%