资源列表
ChineseChess
- C语言编写的中国象棋, 中国象棋, 两人对战。 -Chinese Chess In C! Chinese Chess In C!Chinese Chess In C!
sy61
- 回朔算法,马的周游问题:在n x n棋盘(有n x n个格点的棋盘)的某个格点上有一个中国象棋马,马走日字。求一条周游棋盘的路径,使得马能够从起始位置起沿着该路径每个格点恰好走一次最后回到出发位置。-Retrospective algorithm, horse around the problem: in the checkerboard are like (there are like a checkerboard grid points) of a grid, there is a Chin
-gobang-superior-version
- c语言编写,五子棋高级版本,devC++完美运行无错-c language, backgammon Advanced version, devC++ perfect run without error
-gobang-inferior-version
- c语言编写,五子棋简略版本,devC++完美运行,无错-c language the backgammon abridged version, devC++ perfect run, no wrong
Gobang-AI
- 五子棋人机对战游戏,为机器编写了简单的AI策略。而且棋盘大小可自定义,不一定是五子连珠,亦可三子、四子等等 -331 man-machine war games to prepare for a simple machine AI strategy. And chessboard size can be defined, not necessarily Wuzilianzhu, or three-, four-, etc.
eluosi
- 俄罗斯方块 大家看看有什么地方可以改进的 -eluosi
eluosifangkuai
- 俄罗斯方块游戏 就和普通掌机的差不多 -Tetris game is similar to ordinary portable
5
- 命令行中的java五子棋小游戏,请在命令行中编译运行FSGame.java文件-The java command line backgammon game on the command line to compile run FSGame.java file
DrawPoker
- 扑克牌游戏(代码) -poker games (code)
wuziqi
- 完全模拟五子棋下棋过程,可以人人对战,人机对战。-Fully simulate the process of backgammon chess, you can play against everybody, man-machine war.
heijieke
- 1、对输入的要求 玩家手中可以有2-5张牌(玩家自己输入多少张牌)。牌点为2-10的每张牌都分别计为相应的点数。花牌(J,K,Q)都算10点。目标是尽可能接近21点,但不要超过21点。所以,任何超过21点的点数都表示这一手牌已经“爆”了。A既可以计为1点,也可以计为11点,要选择对玩家来说最有利的一个点数。例如,1张A和1张10可计为11点或21点,但由于21点更好,所以这一手牌要算成21点。1张A和2张8可计为17点或者27点,由于27点已经“爆”了,所以这一手牌要算成17点。 程
wuziqi
- 用C语言编写的一款五子棋小游戏,界面简单,用于大家学习参考。-Written in C language, a backgammon game, the interface is simple for them to learn reference.