一个Linux下的中国象棋引擎
Tofloor
poster avatar
1354057778
deepin
2015-10-04 21:44
Author
本帖最后由 1354057778 于 2015-10-4 13:58 编辑

安装
GNU/Linux and Mac OS X 用户

请求

    python-2.7.x: http://python.org
    pygame-1.9.x: http://pygame.org

apt-get install python
apt-get install python-pygame

提示:在OS X Lion中安装pygame

http://stackoverflow.com/questions/7288571/best-way-to-install-pygame-on-os-x-lion

运行

$ git clone git://github.com/timebug/harmless.git
$ make && make install
$ cd pycchess && python cchess.py

Windows 用户

    访问 https://github.com/timebug/harmless/downloads
    下载 pycchess-win32-*.zip ,然后解压缩
    运行 cchess.exe

快捷键

    空格键: 新游戏

BOOK.dat 是棋谱,两万多的战术条例。
Reply Favorite View the author
All Replies
cxbii
deepin
2015-10-08 18:19
#1
是否有项目主页呢?
Reply View the author
1354057778
deepin
2015-10-09 07:24
#2
https://bbs.deepin.org/post/32682
是否有项目主页呢?

https://github.com/timebug/harmless
Reply View the author
cxbii
deepin
2015-10-10 17:22
#3
https://bbs.deepin.org/post/32682
https://github.com/timebug/harmless

ok
Reply View the author
155******29
deepin
2015-10-10 17:42
#4
windows下的用了一下,觉得卡,就是对方下棋反应慢。
Reply View the author