搜索资源列表
XiangQi
- 中国象棋打谱软件提供给用户的一个能将对弈过程保存成文件 并可以重新演示对弈过程 即复盘。 主要功能有: 1. 制作棋谱, 2. 保存棋谱, 3. 演示棋谱. Chess类,190行代码。这个类主要功能是对整个窗体功能的实现,包括菜单、菜单的事件、把JPanel加到窗体的内容面板上,以及窗体属性的设置。 ChessBoard类,457行代码。这个类是主要的类,包含paint()方法用来画整个面板,以及鼠标的事件监听。 ChessPiece类,68行代码。这个类是棋子的类,包含棋
chess
- 实现中国象棋的人机对战的代码,非常好的,代码很详细-Chinese chess man-machine war to achieve the code, very good, very detailed code
Chinese-chess-
- 中国象棋代码,简单实现了象棋的功能。分为黑白双色,依次下棋。-Chinese chess code, a simple realization of the function of chess.Is divided into black and white, in order to play chess.
73e1e218d141605ad5c8cbda53395f0a09402e4b
- 中国象棋代码,可以实现人机对战。语言可以自己调试(Human-computer interaction can be achieved, the development language is Java, but the use of other programs I do not quite clear)