搜索资源列表
C_MJ
- 此为用C语言编写的麻将游戏程序,使用都可以在此基础上进行扩展
510K_Poke
- 基于局域网络使用Visual C++ 6开发的扑克牌游戏,再此基础上可自行修改扑克规则,变成其它玩法。-Local area network based on the use of Visual C++ 6 development of the poker game, and then on this basis are free to modify the rules of poker into other games are played.
smartFiveChess
- 这个版本人工智能很强,算法比较全面。而且里面的说明文档完善。而且源码齐全。最好是先看完说明文档里的算法,再参考源码。最重要是使用设计模式,决不是随随便便的学生作品。 第一.需求。实现人机对战,首先要解决电脑智能问题,即能让电脑识别棋盘,并做出相应的策略,比如防守或进攻。还要识别是否禁手。 第二.基本技术。功能部分实现的主要算法是假设法,即假设这个方格是某一方棋子,然后以这个棋子为基础再假设下一个方格的棋子,直到计算机很容易识别出相应状态。比如电脑搜索至胜点(能构成四子连珠的点)时,只要假
gomoku
- 基于python及pygame开发的一个五子棋基础游戏,适用于人与人之间对弈。可以用于学习pygame入门的使用。-Based on the development of a python and pygame basis backgammon game for chess between people. Getting started can be used for learning pygame.