搜索资源列表
QT
- QT4环境下编程俄罗斯方块源程代码。可以QT环境下打开运行。-The QT4 environmental programming Tetris the source code. QT environment, open run.
del121343242343
- 一个经典小游戏,是从Qt的代码移植到Delphi7的。 支持键盘和鼠标操作,可以调节速度,调节主窗口的透明度,适合在办公室玩。
gobang.tar
- 一个使用QT编写的网络五子棋代码,实现局域网对战。-A network of backgammon with QT write code, LAN game.
game
- 俄罗斯方块代码,实现平台:QT 实现游戏基本功能,另外还有英雄榜-Russian box code, realize the platform: QTGames to achieve the basic functions, in addition to heroes
chat
- c++程序编写的多子棋软件,能实现人机之间和端对端进行下棋和聊天功能。-C + + programming child chess software to achieve human-machine and the end-to-end play chess and chat.
qt
- 一个简单的贪吃蛇叠加代码,不是很难懂,注释也很清晰,供交流。-qt snake for fun an playing.it s very easy.
source
- 一个qt上的三子棋,包含基本代码,可按照代码和自己要求更该,配置,编译-game runing on linux qt
eluosi-playgame
- 基于QT俄罗斯方块的设计,界面美观,有代码说明……欢迎下载-play game based on QT
youxi
- 用QT做得俄罗斯方块游戏,简单易懂,里面代码都有详细注释,适合QT初学者学习。-QT to do with Tetris game, easy to understand, which code has detailed notes, suitable for beginners to learn QT.
20140114
- 基于Qt开发的扫雷游戏c++代码,初学者可以参考参考。-Qt-based development of the mine game c++ code, beginners can refer to reference.
2048.tar
- 看到了网上最近的小游戏2048,就用代码实现了一下.用qt写的,很简单的逻辑!-See the recent online games 2048, on the use of code a bit. Written using qt, very simple logic!
Snake
- QT写的贪吃蛇~因为是学的时候写的 代码不是很好-QT写的贪吃蛇~因为是学的时候写的 代码不是很好
tanks-0.1-src
- qt是一个跨平台的开发环境,这是模仿经典tank游戏的qt代码,体验qt的开发优势-qt is a cross-platform development environment, which is an imitation of the classic tank game qt code, to experience the advantages of the qt development
SnakeTest
- 基于qt c++框架做的贪吃蛇小游戏 代码很简单 很易学- Qt c++ based framework to do Snake game code is very simple and very easy to learn
game2048
- qt写的2048游戏,代码已上传希望对大家有用。-Qt wrote 2048 games, the code has been uploaded hope useful for everyone.
snake
- 用QT写的简单的贪吃蛇,C++实现,很简单,代码清晰-Written with QT simple Snake, C++ achieve is very simple, the code clear
2048
- 基于Qt框架的2048程序编写,代码很少,是经过压缩的。-Based on the 2048 programming Qt framework, very little code, is compressed
pythonOfGame
- 基于Qt框架的一个贪吃蛇程序的编写代码,可以直接在QT5.1上进行运行。-Base based on Qt framework of a snake program code, can be directly conducted on QT5.1 run.
pushbox
- Qt版本推箱子游戏代码阅读说明 1、Qt版本请采用Qt5的mingw版本,建议版本Qt5.8.0(作者开发版本,其他版本未测试,不能保证都能编译) 2、Qt开发工具下载路径:http://download.qt.io/archive/qt/5.8/5.8.0/qt-opensource-windows-x86-mingw530-5.8.0.exe 3、解压QtPushBox(推箱子源码).zip文件。 4、打开QtCreator软件,现在打开工程,进入QtPushBox目录,选择Qt
Chess_project
- 最终的可执行文件及相关图片资源与dll文件存放在release文件夹中,用户可至release文件夹中点击chess.exe即可进行游戏。 源代码在src文件中,但是与最终project中的代码的存放方式有区别,project中kerenl文件夹中无子文件夹 kernel为AI部分源代码,用户若想了解AI的组织,可阅读其中的代码. project文件夹中Qt project文件夹,里面包含Qt 工程文件,也包含最终形成工程的源代码。其AI源代码可能与src中的代码有区别。因