登录

最新会员 最新下载

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29

成为了本站VIP会员

2024-12-21 19:40
已选条件
  1. 编程语言:C#
  2. 代码类别:游戏
  3. 发布时间:半年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 象棋完整源码下载(含本地sdf数据库)

核心代码://Microsoft Developer Studio generated resource script.//#include "resource.h"#define APSTUDIO_READONLY_SYMBOLS///////////////////////////////////////////////////////////////////////////////// Generated from the TEXTINCLUDE 2 resource.//#include "afxres.h"/////////////////////////////////////////////////////////////////////////////#undef APSTUDIO_READONLY_SYMBOLS/////////////////////////////////////////////////////////////////////////////// Chinese (P.R.C.) resources#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)#ifdef _WIN32LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED#pragma code_page(936)#endif //_WIN32#ifdef APSTUDIO_INVOKED///////////////////////////////////////////////////////////////////////////////// TEXTINCLUDE//1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h

0
下载
83
浏览
2014-10-21发布

2. cf

说明:  CS1.6开源高仿cf登录,推荐CS游戏开发者下载(CS source of high imitation cf Login )

0
下载
91
浏览
2014-10-19发布

3. AngryBirds-final

  cocoa2D做的愤怒的小鸟,包括数据的存储和处理(Cocoa2D to do the angry birds, including data storage and processing.)

9
下载
180
浏览
2014-10-15发布

4. gobang-game

  基于控制台的五子棋游戏,用easyX提供的图形接口进行编写,适合初学者,简单易懂,注释全面。注:安装图形库需要去EasyX官网下载“2012立冬版”,必须是这个版本,因为后来新的版本对有些函数做了调整,导致显示会有问题。(Console-based backgammon game, the graphical interface provided by easyX be written for beginners, easy to understand, comprehensive notes. Note: Installing graphics libraries need to EasyX official website to download " 2012 Lidong Edition" , must be this version, because the new version was made adjustments for some functions, resulting in the display there will be problems.)

3
下载
174
浏览
2014-10-11发布

5. yishuziyouxidaima

  移动数字游戏是把所有的数字按照一定的顺序排列,如按从小到大排列。从而得到所有数字的新的排列顺序。(The mobile digital games are all figures arranged in a certain order, such as small to large. To get all the numbers of new order.)

3
下载
69
浏览
2014-09-18发布

6. 3dMazeSource_v57

  Maze game using visual ++ describes how openglworks

4
下载
112
浏览
2014-09-18发布

7. tower-of-Han

  此为汉诺塔程序,汉诺塔层数为输入变量,其它不需要输入(This is the Tower of Hanoi program, Hanoi layers as input variables)

1
下载
197
浏览
2014-09-16发布

8. Tetris-game

  用C++语言实现的俄罗斯方块游戏Implemented in C ++ Tetris game(Implemented in C++ Tetris game)

3
下载
69
浏览
2014-09-11发布

9. Tetris-game

  《C++高级语言程序设计案例与实践辅导(北京市高等教育精品教材立项项目配套教材)》-案例分析:俄罗斯方块游戏(" C++ Advanced Language Program Design Case and Practice Guidance (Beijing Higher quality materials Projects of supporting materials)" - Case Study: Tetris game)

3
下载
230
浏览
2014-08-25发布

10. tankwar

  一个坦克大战的小游戏 适合初学者 试用C#语言(Tankedaizhan small game, suitable for beginners to use C# language)

1
下载
155
浏览
2014-08-20发布

11. AngelEmu

  完美世界264版本模拟器源码,模拟服务端整套,可自行修改成完美的任何游戏(Perfect world 264 version simulator source code, simulation server set, may revise any game perfect )

39
下载
149
浏览
2014-08-09发布

12. iLabyrinth

  一个有用的迷宫游戏,用ios写的。项目还算比较大 比较完整 (A useful maze game, written in ios. The project is relatively large More complete)

4
下载
104
浏览
2014-08-02发布

13. RGSS103J

  RGSS103J.DLL是RPG Make xp的主要文件,是RPG游戏的核心。注意,只对RPG Make xp有用!(RGSS103J.DLL is the main document RPG Make xp is the core RPG game. Note that only xp useful for RPG Make!)

3
下载
86
浏览
2014-07-18发布

14. lianliankan

  一款简单的连连看源码,有暂停 有限时,选中方块颜色会有变化(code of an easy game)

3
下载
186
浏览
2014-07-14发布

15. work

  数独游戏 a) 设计一个命令行界面的游戏,登入游戏界面后,应该有游戏规则说明,按键说明。 b) 进入游戏前应该有难度选择:1表示简单、2表示中等、3表示困难。 c) 在游戏主界面中有可以循环输入数独值、可以连续玩好几局直到退出、检查结果、查看答案、新开一局的功能。 d) 信息提示功能:输入错误时应有提示、游戏失败或获取胜利时应有庆祝界面等。 (Sudoku a) the design of a command-line interface of the game, log into the game interface, there should be rules of the game description, key instructions. b) prior to entering the game should have difficulty options: 1 means simple, 2 for moderate, 3 for difficulty. c) There can be recycled input Sudoku value, you can continuously play several bureau until you exit the game the main interface, test results, see the answer, features a newly opened office. d) Information prompts: input error when prompted, the game fails or gets victory should have celebrated interface.)

4
下载
87
浏览
2014-07-06发布

16. PushBox

  C语言编写的推箱子游戏,功能实现了,只是界面还有待提高,对初学者还是很有帮助的(Sokoban game written in C language functions achieved, but the interface needs to be improved, very helpful for beginners)

4
下载
83
浏览
2014-07-06发布

17. MI-GONG-QIU-JIE

  走迷宫的老鼠 不能穿墙 有时间限制 可改变路径 可存储读取(mouse went)

2
下载
87
浏览
2014-06-11发布

19. PLAY-GAMMA

  打字游戏 很简单 很简单 经典 SDK ( jian dan jingdia )

2
下载
106
浏览
2014-06-04发布

20. cheatEngine6.3

  thecheat-1654f21 是一款开源的内存修改工具 ,它允许你修改游戏或软件内存数据,以达到各种非常规目的(thecheat-1654f21 memory modification is an open source tool that allows you to modify the game or software memory data, in order to achieve the purpose of the various unconventional)

3
下载
103
浏览
2014-06-03发布