资源列表
6chess
- java六子棋代码,按最长连子搜索实现步法生成-Six sub-chess java code, according to step up to achieve even generate sub-search
wanyeyouxi
- 必须系统参数 [SYSTEM] 默认推荐人ID introducer=1 延时显示大厅,因网页加载慢,可以根据情况输入秒数,等网页加载完成再显示大厅 WaitTime=0 自动升级程序,版本号 Ver=3980 TML=844ab24317 服务器IP SvrList=网通服务器:www.euqq.com:10000,电信服务器:www.euqq.com:10000,铁通服务器:www.euqq.com:10000,联通服务器
connect4
- 四子棋游戏可以人机对战人人对战简单的代码-connect4 game chinese version
GoAppletSrc
- 初學圍棋for beginner, can choose differt size of che-Game of "GO"
MapleStoryEmulator
- MapleStory Emulator source found in google. used HGE engine and code in delphi. Test good but i m not found resource of this game. i can t found this file in "http://en.pudn.com/" so i uploaded to this site.
ddz2
- 这是一个使用MFC开发的斗地主游戏实例 和我们平常玩的斗地主有类似的功能-This is an MFC developers Landlords game instances and we usually play Landlords have a similar function
ChessServer
- 多线程例子:国际象棋游戏 -Multi-thread example : chess game
MFC_chess
- 一款比较好的五子棋游戏,可以单机版也可以两台机子对战,有详细的设计报告,报告可行性分析,详细分析,需求分析,逻辑设计分析,软件工程的好材料-A good backgammon game, can also be two stand-alone machine gaming, with detailed design report, feasibility analysis, detailed analysis, requirements analysis, logical design and
1321_preblem_of_chess_board
- DP——棋盘问题,动态规划解决。递推的方式。注意结果的优化-DP- chessboard problem, dynamic programming solution. Recursive way. Note that the optimization results
TaiQiu(20070410)
- 简易的3D台球游戏,实现了多线程渲染,速度很快-DirectX9.0 Game
java_Gobang
- java编写的五子棋,运行流畅,并且伴有音乐,整体效果非常帮-java written in 331, and runs smoothly, and accompanied by music, the overall effect is very help
Link
- 1、用VS2010控制台程序完成,键盘输入选择的道具的坐标。 2、拥有普通游戏的控制流程:开始游戏、重新开始、退出游戏等;拥有游戏最基本的一些文字提示,如坐标输入错误、两坐标点不可连等提示;拥有最基本的一些错误判断。 3、要求使用两个道具连接判断的最优算法实现。 4、要求可以实现撤销与反撤销。 5、要求加入自动消除道具和洗牌道具(消耗性道具)。 6、要求整个工程全部用C++代码完成,不允许出现C风格代码(如用string代替char*、用容器代替数组、类等)。 -A VS