搜索资源列表
WaterInvasion
- 一个基于win32 api开发的FPS游戏。-a win32 api-based FPS game developed.
Eluosi3
- 古老的俄罗斯方块游戏代码,用win32 api界面,由于没用双缓冲,屏幕会有点闪烁-ancient Russian box game code using win32 api interface, as useless double buffer, scintillation screen will be a bit
贪食双蛇
- 全部用W32 API制作,简单的,好玩的贪食双蛇游戏-all produced using Win32 API, a simple, fun game glutton snake -
Snake
- 经典的贪吃蛇游戏,不过这个是基于WIN32御用很多API做的,有很多图像处理的特效,是学习游戏制作的好资料-The classic Snake game, but this is based on the WIN32 API to do a lot of Queen, a lot of image processing effects, is to learn good information on game production
snake
- c++win32程序,游戏程序很详细,适合初学者学习api-c++ win32 Procedures, the game process in great detail, suitable for beginners to learn API
puzzle
- [简介] 名称: 《拼图》-附源代码 (代码行数:747 注释行数:164) 开发环境:WinXp+VC.Net2005+Win32 API 作者:mj 联系方式:mj055@yahoo.cn [拼图] 鼠标操作,有音效 游戏玩法仿文曲星上拼图游戏,每次只能用空白方块与左右相邻的数字方块对换, 当排列成1 2 3 则游戏胜利 4 5 6 7 8 [说明] 1.游戏引擎代码参考[美]Michael Mor
Renju
- 简单的汇编五子棋程序 只实现了人-人对战 完全调用win32 api实现 人工智能部分相当于没写-simple version of renju game, with the P1-P2 mode only. all by win32 api, and poor is the quality of intelligence
Terix
- 看了可奇游戏视频1,做的玛丽奥俄罗斯方块,用WIN32 API设计的,适合初学者学习用.-terix game
Win32Tetris_C
- 为了挑战一个新的高度,作者原创了他从事WEB编程以来的第一个Win32 API应用,之所以编写一个游戏,是因为游戏考察的知识面很综合,之所以选择俄罗斯方块,一是自己曾被瘾过,二是发现这款游戏几乎包含了Widows入门的很多知识,比如窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练手会收获不少。本游戏是带有背景音乐的,一边玩游戏一边欣赏音乐的感觉相信很舒服。-In order to challenge a new leve
snake_api
- 不错的贪吃蛇游戏,运用了Win32的API。完整源代码,在VS2005下编译通过。内附有编程要点,很好的学习范例。-A good game of Snake, the use of the Win32' s API. Complete source code, under the VS2005 compiler through. Programming of typhoons and rainstorms are the main points, examples of good lear
WIN32_BALLv3.2
- 纯win32 环境加GDI, 模拟以前FC游戏 弹球(pinball) 开发的一款小游戏. 其中使用到单例设计模式, STL常用用法等, 代码共2k 行左右, 仅供游戏开发初学者参考.-Pure win32 environment, plus GDI, simulated game before the FC pinball (pinball) the development of a game. Cases in which the use of design patterns into a
API-Squre-Game
- 使用Win32 SDk开发的经典游戏俄罗斯方块,而且具备音效,特殊效果等,注释十分详细,是初学者适用的一个绝佳范例-Use Win32 SDk development, but also with sound, special effects, and very detailed notes, is an excellent example for beginners
Src
- 一个win32 api 窗体的游戏打飞机代码.很完整.可运行.有注释.-a win32 api game code
WIN32-SDKchessgame
- WIN32 SDK版本的象棋游戏源代码 windows程序设计API-WIN32 SDK version of the chess game programming API source code windows
APIMATH
- 此為WIN32 API所編一隻遊戲數學與物理運算範例-This is a game WIN32 API compiled examples of mathematics and physics processing
VCPPWin32API
- win32 api游戏开发学习用的PPT文件-Game Development Learning win32 api
blocks
- 一个Win32 API结合C++开发的俄罗斯方块游戏-A Win32 API C++ development with the Tetris game
Bird
- 一个初学者的win32小游戏。非常值得一看-it s a game coded by win32 api . if you never touch win32api ,it will be fit for you
Man-eater-flower1
- 一款经典的食人花小游戏,自己使用Win32 API实现,加入了消息处理机制,具有一定的学习意义,可能会有Bug。请海涵。-A classic piranha game, use Win32 API implementation, message processing mechanism, the study has certain significance, may be a bug. Please Haihan.
tictactoe
- 此代码是如何用C++语言实现一个简单的井字棋游戏,并且利用不同的技术在不同的用户界面上实现它。游戏的逻辑部分只用标准C++写了一次,并且使用了两种截然不同的技术用它来构建了2个应用:Win32 API,我不得不明确的指定一些工作例如创建一个窗口并且绘制它,还有就是使用XAML的Windows Runtime,这里framework为我做了大量的工作,是我能够专注于游戏逻辑的实现(并且当我需要去设计UI的时候,我们不仅仅只有手动声明这一种方法,不仅可以在XAML中,也可以在code behind里