登录

最新会员 最新下载

成为了本站VIP会员

36分钟前

成为了本站VIP会员

06月02日 22:03

成为了本站VIP会员

05月31日 10:38

成为了本站VIP会员

05月31日 09:22

成为了本站VIP会员

05月28日 17:59

成为了本站VIP会员

05月26日 21:52
已选条件
  1. 编程语言:C++
  2. 代码类别:游戏
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. RemGame

  该程序提供考察你记忆能力的小游戏。 1) 游戏提供字母、数字、图形等考察记忆的类型。 2) 游戏需提供记忆长度的选项(或者分级)。 3) 程序能随机生成记忆考核题目。 4) 程序同键盘输入记忆内容。 5) 程序根据考察情况给出成绩并输出。 6) 程序可建立多个用户账户。 7) 程序需记录每个级别的最高记录。(The program provides you memory ability of small game. 1) games provide letters, Numbers, and graphics such as the type of memory. 2) shall provide the memory length options game (or hierarchical). 3) the program can randomly generated memory examination questions. 4) program with the keyboard input memory contents. 5) program is given according to the inspection results and output. 6) program can create multiple user accounts. 7) program to record each record.)

6
下载
77
浏览
2015-12-27发布

2. game21

   21点游戏 (1)实现一个扑克类Poker,并提供取牌函数,主函数实现洗牌、取牌、显示牌内容的过程 (2)实现多玩家的21点人机游戏,每个玩家依次叫牌,直到所有玩家都不再叫牌位置,最后显示每人手里的牌,并显示输赢结果 c++(21:00 Games (1) to achieve a poker class Poker, and offers to take the licensing function, the main function to achieve shuffle, take cards, display cards content process (2) to achieve human-computer multi-player blackjack game, each player in turn called cards until all players are no longer bid position, the last display cards per hand and shows winners and losers c++)

1
下载
81
浏览
2015-12-24发布

3. MyFirstApp.xcodeproj

  一个简单的iOS小游戏,点击越接近得分越高噢(a simple iOS game)

1
下载
75
浏览
2015-12-22发布

4. STUPID.C

  This is a game about guessing stupid problem relate to AI with some tricks in C programming.

1
下载
70
浏览
2015-12-15发布

5. RussiaBlock

  自己编写的俄罗斯方块,供大家参考!是在VS环境下创建的,使用C#语言编写。虽然简单但是对于初学者是很实用的。里面有很多简单但容易理解的类和对象,可以很轻松的学习游戏的开发。著作权归作者所有。 (I have written Tetris, for your reference! In the VS environment is created, using the C# language. Simple but very useful for beginners. There are so many simple but easy to understand classes and objects, you can easily learn to develop the game. All the copyright.)

2
下载
149
浏览
2015-11-28发布

6. src

  AI Code Src For Game Programming

1
下载
30
浏览
2015-11-04发布

7. Othello-master

  Othello game written in c++

1
下载
66
浏览
2015-10-16发布

8. 11

说明:  一个和电脑猜拳的小游戏,适合C++初学者。(A computer game and small game, suitable for beginners C++ language. )

0
下载
67
浏览
2015-10-11发布

9. eluosifangkuai

  俄罗斯方块最终版本,是用c语言写的,可自动调整。(The final version of Tetris, with c language, can be automatically adjusted.)

2
下载
227
浏览
2015-09-29发布

10. paopaotang-game-source

  泡泡堂游戏单机版源代码,可以做个参考学习。(paopao game )

8
下载
87
浏览
2015-09-23发布

11. stockfish-6-win

  stockfish 国际象棋引擎6.0源码。最近2015年所有比赛均排名第一,等级分达3316分。注释详细,是学习分析棋类AI最好源码。(Stockfish is a free UCI chess engine )

3
下载
95
浏览
2015-09-20发布

12. paopaotang

  泡泡堂的单机版本,基本上还原了原版手感,添加了AI功能,具有一定娱乐性。(BNB stand-alone version)

7
下载
61
浏览
2015-09-07发布

13. Earlybird-3.1

  这里是我和我的同伴所组建的游戏个人游戏开发小组OiteBoys为了学习游戏制作和cocos2d-x而仿制的flappy bird cocos2d-x 3.0beta2版的C++源代码(Here is what I and my companions by the formation personal game development team OiteBoys game in order to learn the game production and cocos2d-x and imitation flappy bird cocos2d-x 3.0beta2 version of the source code C++)

2
下载
88
浏览
2015-08-21发布

14. tetris3

  C++控制台俄罗斯方块带源代码,界面美观,Visual C++ 6.0编译。(Cpp Console Tetris)

1
下载
208
浏览
2015-07-17发布

15. chess

  局域网内的五子棋游戏,WIN32编程,可以很好的学习windows消息机制(Backgammon games, WIN32 programming LAN can be a good learning windows message mechanism)

3
下载
112
浏览
2015-06-24发布

17.c#调用天使插件简单例子

天使插件是一个游戏辅助插件,是标准com组件1. 文字识别,  高效,速度快 2. 后台键鼠,强悍的后台键鼠 3. 图色方面,高速找图找色,取色4. 绑定模式多,兼容性强  天使插件包含了市面上同类型插件的功能,天使基本免费开放,所有的后台功能和绑定功能都免费使用.并开发自己的特色功能c#语言简单,功能强大,基于.net框架。网上的调用天使插件的例子多是按键精灵和e语言的,我用c#实现天使插件的调用

0
下载
57
浏览
2015-06-11发布

18. book

  3d游戏开发相关书籍 c++数据结构算法 一个简单的射击游戏(3d game development books c++ data structure algorithms a simple shooting game)

1
下载
75
浏览
2015-06-07发布

19. Maze-game

  每次都随机生成迷宫线路,并且分为基础,中级,高级三个等级,休闲益智小游戏(Each time randomly generated maze route,Divided into the basis, intermediate, advanced three levels casual puzzle game)

3
下载
80
浏览
2015-06-03发布

20. VCPP-chess

  这是一个vc++的中国象棋的程序设计,较为方便(This is a vc++ programming Chinese chess, more convenient)

2
下载
101
浏览
2015-05-28发布