搜索资源列表
lianliankan
- 游戏设计是采用VC++的MFC框架搭建的单文档用户界面,具有良好的用户界面功能,分三个主功能菜单,游戏菜单、选项菜单和帮助菜单。
cn700_vc468821333
- 程序可以实现难度级别设置等一般的功能,但有几个不足之处:在程序运行时再点击“开始”,程序没有对当前界面中的方块进行重画,另外在调节框架大小时,方块的颜色会变灰等,不过还是值得研究一下的。-procedures can be more difficult to achieve general-level set of functions, but has several shortcomings : the program runs when clicking on the "Start
ChineseChess
- 背景概述 功能简介 游戏的策划 开发前的准备工作 各个类的简要介绍 游戏的框架简介 共有类ChessActivity的实现 辅助界面相关类的实现 游戏界面相关类的实现 象棋规则类的实现 游戏界面的完善 游戏的优化与改进 -Introduction Background Overview of the game plan before the development of the preparatory work outlined
BlackJack
- 此程序为21点纸牌游戏的小型Demo程序.内含控制台程序和界面程序.界面程序以windows为平台,采用C++Builder的OWL(VCL)框架.-This procedure for 21 of the small card games Demo program. Containing console interface procedures and procedures. Interface procedures to windows as a platform, using C++ Bu
renliangedou_game
- 网络技术的发展,使网络游戏产业在我国取得了非凡的成就,而游戏引擎技术则一直是网络游戏的发展壁垒.目前国内的一些网游商家已投入越来越多的人力物力去开发适合自己的游戏引擎技术,而不是单纯的向欧美或者韩国的游戏公司高价购买.游戏引擎主要的工作是进行游戏中的物体成像、物理演算、碰撞运算、玩家角色的操作以及播放正确的音量和声音输出等.其实不管是2D游戏还是3D游戏,不管是角色扮演、实时战略,还是冒险解谜、动作射击等不同类型的游戏,它们都必须通过具有控制作用的程序代码才能运作,而这些程序代码则是游戏引擎的核
SnakeMFC
- 采用VC++6.0开发,框架为MFC的单文档程序,含有贪吃蛇的目标节点生成算法,吃节点及移动算法等,图形化,界面友好!-Using VC++6.0 development, frameworks, procedures for the MFC single document containing the destination node generation algorithm Snake eating nodes and mobile algorithms, graphical, user-f
shanZhaiWar3
- 山寨版war3,用hge只做了几个界面,对于想写ui框架的人来说可能会有些帮助-Cottage version of war3, with hge completed only a few interfaces, for people who want to write ui framework may be helpful in
Iamhere
- 是展示了如何用MFC框架做一个图形小游戏的东西,可以再界面窗口中看到人物。-It s shows how to build a game on the MFC .You can see the people on the screen .
VC_programming_interface_framework_game_code
- VC编程实现游戏界面框架经典代码VC programming interface framework for the classic game code -VC programming interface framework for the classic game code
game
- 简单的打字游戏。整个框架和界面都很简单、有声音。-Simple typing game. The framework and interface are very simple, sound.
Five
- 使用MFC框架编写界面,C++语言实现.本程序包含人机对战与人和人对战,最后附有详细开发文档,算法实现清楚明了,对于编写五子棋游戏大有帮助-Interface written using MFC framework, C++ language. This program contains one machine and play against and play against, and finally developed with detailed documentation, algorit
Snake
- MFC框架的贪吃蛇小游戏,双人版,界面简陋-MFC framework of Snake game, double version, the interface simple
Cbutton
- VC++ 实现的一款扫雷游戏的界面框架,不具备游戏功能,仅仅是实现了那些“雷”按钮-VC++ implementation of the interface framework for a minesweeper game, do not have the game function, just realized that " Ray" button
pintu
- c++编译的拼图游戏,简单,易懂,适合学习参考框架构造以及界面编辑的学习!-c++ compile the jigsaw puzzle, simple, understandable, and for learning the learning of the reference frame construction, as well as the interface to edit!
tlbbwgzip
- 易语言写的简单外挂框架,注入游戏进程后可以按Home键呼出界面。-Press the Home key to exhale interface easy language to write simple plug-in framework, injected into the game process.
Sudoku
- 该系统是在MFC框架下利用C++编写的益智游戏,其界面的设计用到了GDI编程。-This system is the use of C++ puzzle game written in MFC framework, which uses the GDI interface design programming.
TankGame2.2.0.0.0
- 本程序是一个用c#写的坦克大战游戏,对小时候玩的游戏机里的坦克大战游戏进行了改编,敌我双方都有自己的基地,基地被摧毁则哪方失败,在游戏过程中会随机出现一些奖励品,比如子弹加速,隐身,无敌模式,加固基地,补血,击穿钢墙的子弹等,本游戏没有使用特别游戏引擎,全部用c#语言实现,数据库使用access,直接可以运行游戏,不用安装数据库。游戏从大的框架上分为两大块:核心逻辑块、界面表示块。-This procedure is a write c# Battle City game, for a chil
DADISHU
- 打地鼠游戏工程文件及图片包,使用QT制作工程界面和程序结构框架-Play hamster game project file and picture package,Production engineering using QT interface and program framework
h5-flappy-bird
- Flappy Bird相信大家都很熟悉了,2014年最热门的手机游戏之一。Flappy Bird这款游戏是一位来自越南河内的独立游戏开发者阮哈东开发,形式简易但难度极高的休闲游戏,很容易让人上瘾。今天我们用HTML5来重写这款Flappy Bird游戏,值得注意的是,利用Phaser框架,只需65行Javascr ipt代码即可实现HTML5版的Flappy Bird游戏。是一款非常经典的游戏源码,感兴趣的朋友可以进一步完善游戏的界面元素,使之更加美观。建议用户使用支持HTML5与css3的火狐
day30_17_08_16(RPG)
- 随手写的rpg游戏基于c++,是cmd黑白界面的没有用图形框架(The handwritten RPG game is based on c++, the CMD black and white interface without a graphical framework)