登录

最新会员 最新下载

成为了本站VIP会员

今天16:51

成为了本站VIP会员

今天14:47

成为了本站VIP会员

05月08日 20:16

成为了本站VIP会员

05月08日 10:54

成为了本站VIP会员

05月07日 09:50

成为了本站VIP会员

04月30日 12:23
已选条件
  1. 编程语言:QT
  2. 代码类别:游戏
  3. 发布时间:半年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

3. QT五子棋小

QT五子棋小游戏,有详细注解 * 设置一个棋盘格内小球的颜色 * * @param c int 小球的颜色 * @param x int 小球的x坐标 * @param y int 小球的y坐标 */ const void Canvas::setDose ( int c , int x , int y )  {     intBallColour[ x ][ y ] = c ; } /** * 返回指定的棋盘格内小球颜色 * * @param x int 指定的棋盘格x坐标 * @param y int 指定的棋盘格y坐标 * @return int  棋盘格内小球的颜色

1
下载
80
浏览
2022-05-06发布

4. QT编的贪吃蛇

用链表来存储蛇身体的位置,有一个指向蛇头的指针。根据蛇的移动方向,在蛇头前加一节蛇身,去掉蛇的最后一节,这样就实现了蛇的移动了。 定一个Timer,每秒重画一次,根据蛇的位置将其画出即可。

1
下载
90
浏览
2022-04-15发布

6. FrontLine

  一个魔塔游戏,功能强大,希望对你的开发有帮助(A magic tower games, powerful, you want to help the development of)

9
下载
181
浏览
2021-02-24发布

7. SpeedGame

  加速工具 可用于各种游戏的加速 实现飞快的奔跑 达到快速切换地图的作用(Speed up the tool can be used for a variety of games to accelerate quickly in the run up quickly switch the role of the map)

8. connectsix

  简单的实现了六子棋的功能,小白做的,希望大家多多关照。(Simple realization of the six chess function, made by Xiaobai, I hope you care more.)

0
下载
119
浏览
2019-05-20发布

9. connectsix

说明:  简单的实现了六子棋的功能,小白做的,希望大家多多关照。(Simple realization of the six chess function, made by Xiaobai, I hope you care more.)

1
下载
100
浏览
2019-05-20发布

10. mine

  扫雷源码,完全模拟windowsXp上的扫雷游戏,基于QT开发(Minesweeper source, fully simulate the minesweeper game windowsXp on QT-based development)

3
下载
84
浏览
2016-09-21发布

11. Chess

  QT编写的跨平台中国象棋项目完整代码 (QT chess )

4
下载
110
浏览
2016-04-29发布

12. Wuziqi

  qt绘图学习的一个程序---五子棋。 上传的代码只是一个雏形,主要用到了一下一些QT。 1. QWidget 的 paintEvent 函数 2. QPainter 的使用 3.键盘时间 keypressEvent(GUI programming learn code)

8
下载
114
浏览
2014-06-19发布

13. MineHunt

  用QT4.7.4写的扫雷游戏 界面美观 可玩性好(附源码,供学习用)(Minesweeper game with QT4.7.4 write beautiful interface playability good (with source code for learning))

4
下载
85
浏览
2014-04-30发布

14. pairs

  qt小游戏,翻扑克牌,每次最多翻两张,两个牌相同就移除,直到所有牌都移除完。考记忆力(qt games, turned poker, each up to turn two, two identical cards to remove, until all the cards are removed finish. Memory test)

14
下载
110
浏览
2013-06-03发布

15. Snakegame

  贪吃蛇游戏 基于Qt的c++游戏 可以开发人的智力(snakegame write by Qt)

1
下载
68
浏览
2013-05-26发布

16. demining

  使用QT实现扫雷,包括中键等功能。界面风格与windows扫雷类似(To use QT achieve demining, including the key functions)

6
下载
131
浏览
2013-01-24发布

17. MineSweeper

  QT做的扫雷游戏,带有难度设置,游戏成绩排行榜等功能。(QT do Minesweeper game with difficulty settings, game scores ranking functions.)

17
下载
86
浏览
2012-10-04发布

18. 03

说明:  黑白下棋的吃子算法.规则,对(x,y)坐标进行规则判断,并吃子。(Black and white chess eating algorithms. Rules, rules judge (x, y) coordinates, and eat the child.)

0
下载
114
浏览
2012-06-25发布

19. lovely_ball

说明:  轻松益智类的小游戏,自己利用qt编写,需要用鼠标玩的撞球游戏。(Puzzle game easily, their use qt write need to play pool games with the mouse.)

0
下载
66
浏览
2010-04-18发布