资源列表
ttt
- Tic Tac Toe game for Android platform
CSharpimplementation-of-Tetris.tar
- C#实现的俄罗斯方块程序,程序中有注视,简单又包涵必要的程序-C# implementation of Tetris program, the program has paid attention to bear with the necessary procedures simple and
200843017249269
- 一个五子棋游戏,具有记忆功能,但算法一般,采用的是对每个结点分配权值,根据权值的大小来选择落子位置。
7_2
- 一个俄罗斯方块的游戏源码,供大家娱乐,学习,改进只用-Tetris Game for a source for the U.S. entertainment, learning, improving only
xiangqiyouxi
- C# 游戏国际象棋游戏,面向对象的方法设计,采用了工厂方法,单例模式-C# game chess game, the object-oriented approach to design, using a factory method, singleton
eluosiyouxiyuanma
- 是俄罗斯方块游戏的源代码。大家可以用运行看看。-Tetris game is the source code. Members can make use of running to see.
2018-01-31 五子棋
- 有背景音乐,实现交替下棋,使用VS2010和easyX开发(There is background music to implement alternately chess, developed using VS2010 and easyX)
eluosifangkuai2
- 俄罗斯方块 VC++ 单机版 可双人单机对战-Tetris VC++ stand-alone version of two stand-alone war
AppKingdoms_V1.0
- 三国杀牌库管理程序,主要用于按条件对卡牌进行查询,设计自定义控件等技术,适合新手学习-I don t know English.
ChineseChess
- 描述出系统的操作流程 1、绘制棋盘,当棋盘加载时,自动将棋盘加载到窗体; 2、绘制棋子,编写代码实现对应棋子的相应规则; 3、当开始新游戏时,将棋子加载到窗体对应的网格中。 4、当单击棋子时,满足该棋子的规则。则移动该棋子到目标位置。若不满足,则不执行任何操作。 5、在满足规则的情况下,如果有相应被吃掉的棋子,则将目标位置上原来的棋子移除,将新的棋子(选中的棋子)移动到该目标位置.若不满足规则,则不执行什么操作。-Describe the operation of the s
123
- 这是基于JAVA所开发出来的五子棋游戏,操作简单,适于初学者-This is based on JAVA which developed 331 games, simple operation, suitable for beginners
FiveChess
- 我写的一个五子棋游戏,VC++6.0平台编译通过,实现了一个五子棋智能下棋算法.