▍1. 用Qt写俄罗斯方块
用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 棋盘格内小球的颜色
用链表来存储蛇身体的位置,有一个指向蛇头的指针。根据蛇的移动方向,在蛇头前加一节蛇身,去掉蛇的最后一节,这样就实现了蛇的移动了。 定一个Timer,每秒重画一次,根据蛇的位置将其画出即可。
一个魔塔游戏,功能强大,希望对你的开发有帮助(A magic tower games, powerful, you want to help the development of)
加速工具 可用于各种游戏的加速 实现飞快的奔跑 达到快速切换地图的作用(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)
简单的实现了六子棋的功能,小白做的,希望大家多多关照。(Simple realization of the six chess function, made by Xiaobai, I hope you care more.)
说明: 简单的实现了六子棋的功能,小白做的,希望大家多多关照。(Simple realization of the six chess function, made by Xiaobai, I hope you care more.)
qt绘图学习的一个程序---五子棋。 上传的代码只是一个雏形,主要用到了一下一些QT。 1. QWidget 的 paintEvent 函数 2. QPainter 的使用 3.键盘时间 keypressEvent(GUI programming learn code)
用QT4.7.4写的扫雷游戏 界面美观 可玩性好(附源码,供学习用)(Minesweeper game with QT4.7.4 write beautiful interface playability good (with source code for learning))
qt小游戏,翻扑克牌,每次最多翻两张,两个牌相同就移除,直到所有牌都移除完。考记忆力(qt games, turned poker, each up to turn two, two identical cards to remove, until all the cards are removed finish. Memory test)
使用QT实现扫雷,包括中键等功能。界面风格与windows扫雷类似(To use QT achieve demining, including the key functions)
QT做的扫雷游戏,带有难度设置,游戏成绩排行榜等功能。(QT do Minesweeper game with difficulty settings, game scores ranking functions.)
说明: 轻松益智类的小游戏,自己利用qt编写,需要用鼠标玩的撞球游戏。(Puzzle game easily, their use qt write need to play pool games with the mouse.)