登录
首页 » Visual C++ » Visual_C++GameDevelop

Visual_C++GameDevelop

于 2020-06-26 发布 文件大小:15361KB
0 181
下载积分: 1 下载次数: 3894

代码说明:

  Visual C++游戏开发技术与实例一书配套光盘。包含了冒险屠宰场、入侵者、赛车、网络五子棋、网络台球、对战坦克大战和面包圈7个游戏实例的完整源代码。(Visual C++ Game development technology and examples of a book supporting CD-ROM. Contains adventure slaughterhouse, the invaders, car, network Gobang, network billiards, donut war Tankedaizhan and seven examples of a complete game source code.)

文件列表:

Visual C%2B%2B游戏开发技术与实例
............................\Appendix
............................\........\BreakBall
............................\........\.........\BreakBall.dsp
............................\........\.........\BreakBall.dsw
............................\........\.........\BreakBall.ncb
............................\........\.........\BreakBall.opt
............................\........\.........\BreakBall.plg
............................\........\.........\CBall.cpp
............................\........\.........\CBall.h
............................\........\.........\CBricks.cpp
............................\........\.........\CBricks.h
............................\........\.........\CDirectDrawApp.h
............................\........\.........\CDirectDrawGame.cpp
............................\........\.........\CDirectDrawGame.h
............................\........\.........\CPaddle.cpp
............................\........\.........\CPaddle.h
............................\........\.........\CSuperBrickBreaker.cpp
............................\........\.........\CSuperBrickBreaker.h
............................\........\.........\sbb_log.txt
............................\........\.........\WinMain.cpp
............................\........\fractal
............................\........\.......\COpenGLView.cpp
............................\........\.......\COpenGLView.h
............................\........\.......\Fractal Example.001
............................\........\.......\Fractal Example.clw
............................\........\.......\Fractal Example.cpp
............................\........\.......\Fractal Example.dsp
............................\........\.......\Fractal Example.dsw
............................\........\.......\Fractal Example.exe
............................\........\.......\Fractal Example.h
............................\........\.......\Fractal Example.mak
............................\........\.......\Fractal Example.mdp
............................\........\.......\Fractal Example.ncb
............................\........\.......\Fractal Example.opt
............................\........\.......\Fractal Example.plg
............................\........\.......\Fractal Example.rc
............................\........\.......\Fractal ExampleDoc.cpp
............................\........\.......\Fractal ExampleDoc.h
............................\........\.......\Fractal ExampleView.cpp
............................\........\.......\Fractal ExampleView.h
............................\........\.......\FractalOptionsDlg.cpp
............................\........\.......\FractalOptionsDlg.h
............................\........\.......\fractmod.c
............................\........\.......\fractmod.h
............................\........\.......\MainFrm.cpp
............................\........\.......\MainFrm.h
............................\........\.......\res

............................\........\.......\...\Fractal Example.rc2

............................\........\.......\resource.h
............................\........\.......\StdAfx.cpp
............................\........\.......\StdAfx.h
............................\........\glut.dll
............................\........\glut32.dll
............................\........\glut32.lib
............................\........\readme——Fractal.txt
............................\........\russia
............................\........\......\destinate.cpp
............................\........\......\destinate.h
............................\........\......\MainFrm.cpp
............................\........\......\MainFrm.h
............................\........\......\ReadMe.txt
............................\........\......\res

............................\........\......\...\russia.rc2


............................\........\......\resource.h
............................\........\......\russia.aps
............................\........\......\russia.clw
............................\........\......\russia.cpp
............................\........\......\russia.dsp
............................\........\......\russia.dsw
............................\........\......\russia.h
............................\........\......\russia.ncb
............................\........\......\russia.opt
............................\........\......\russia.plg
............................\........\......\russia.rc
............................\........\......\russiaDoc.cpp
............................\........\......\russiaDoc.h
............................\........\......\russiaView.cpp
............................\........\......\russiaView.h
............................\........\......\SaveGame.cpp
............................\........\......\SaveGame.h
............................\........\......\StdAfx.cpp
............................\........\......\StdAfx.h
............................\........\smb
............................\........\...\BGRND001.PCX
............................\........\...\BGRND002.PCX
............................\........\...\BGRND003.PCX
............................\........\...\BLOCK001.PCX
............................\........\...\BLOCK002.PCX
............................\........\...\BLOCK003.PCX
............................\........\...\BLOCK004.PCX
............................\........\...\COIN.PCX
............................\........\...\GAMEDEFS.H
............................\........\...\KEY.C
............................\........\...\KEY.H

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 2.3
    一个简单的猜数游戏程序:  利用Math.random()方法生成0-1之间的double型数dNum,将dNum转换为0-100之间的整数iNum。  利用KeyInput.readInt()方法接收键盘输入的整数inNum。如果inNum小于iNum,在屏幕上显示“输入的值小,请输入更大的数.”;如果inNum大于iNum,在屏幕上显示“输入的值大,请输入更小的数.”;如果inNum等于iNum,在屏幕上显示“猜对了.”,并结束运行。  猜测错误的时候,重新输入inNum,直到猜对为止。如果猜测10次后仍未猜对,显示“猜测次数已达10次,猜数失败.”,并结束程序的运行。 (A simple guessing game program:  use Math.random () method to generate double-type numbers between 0-1 dNum, will dNum into an integer between 0-100 iNum.  use KeyInput.readInt () method receives the keyboard input integer inNum. If inNum less than iNum, the screen " Enter the value of the small, enter the greater number." If inNum than iNum, the screen " Enter the value of the large number of smaller type." If inNum equal iNum, displayed on the screen, " guessed." and end the run.  guess wrong, re-enter inNum, until you guess it right up. If the guess was right 10 times not to show " guess the number has reached 10 times, guess the number of failures." And end the program.)
    2010-11-03 14:29:09下载
    积分:1
  • GuessNumber
    说明:  猜数字游戏 计算机随机产生一个无重复数字的四位数 若所猜的数位置与数字均正确,会显示一个A,若数字对位置不对,会显示一个B.(Number guessing game is a computer randomly generated four-digit number without repetition by the guess that if the number of locations and figures are correct, will show an A, if the number of position wrong and they' ll show a B.)
    2021-03-22 08:19:17下载
    积分:1
  • OJN-Necro-Comparision-[Source-Code]
    This is Source Code of Tools to Comparing Correct OJN Files with Damaged OJN Files with OJNList Files, that files is used by O2Jam
    2011-11-27 19:44:02下载
    积分:1
  • hrd
    华容道游戏,大家一定都玩过,这个介绍源代码可以提高您的c#的能力(Huarong game, we must have played this introductory source code can improve your c#)
    2012-08-24 23:42:59下载
    积分:1
  • C1
    说明:  用c做的一个智力小游戏,能够够锻炼新学者的能力(C to do with an intellectual game can be enough to exercise the capacity of the new scholars)
    2009-09-01 08:25:45下载
    积分:1
  • C-xiangmu
    男人下100层小游戏,学校C语言项目用C写的。但是用到了C++的图形库,所以是CPP文件。几乎都是C的语法。是男人下100层小游戏。(100 men under the layer of small game, the school C language program written in C. But the use of the C++ graphics library, so is the CPP file. Almost all of the C syntax. Is the man under 100 layers of small game.)
    2013-10-08 09:58:33下载
    积分:1
  • Fruit-Game
    VB做的小游戏,是学校夏季学期的大作业,名字叫水果大餐,小游戏的原理跟俄罗斯方块很像,只是把一个个方块变成了一些水果(VB to do a small game, big summer semester of school work, called fruit feast, with the principle of small game like Tetris, just one block into some fruit)
    2017-01-23 08:16:40下载
    积分:1
  • paopaotang
    泡泡堂的单机版本,基本上还原了原版手感,添加了AI功能,具有一定娱乐性。(BNB stand-alone version)
    2015-09-07 01:57:01下载
    积分:1
  • OGRE-MODEL
    说明:  ogre教程之模型绘制,讲的很详细,对大家肯定有用,尤其是初学者(ogre tutorial draw the model, said very detailed, we certainly useful, especially for beginners)
    2011-04-16 10:42:27下载
    积分:1
  • 1111
    90行代码 完成了 俄罗斯方块 游戏(90 lines of code to complete a Tetris game)
    2013-06-25 19:25:27下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载