登录
首页 » Visual C++ » 3D_RPG_sbns

3D_RPG_sbns

于 2020-07-04 发布 文件大小:314KB
0 115
下载积分: 1 下载次数: 195

代码说明:

  如果只是执行EXE文件,只要电脑安装了Direct X9.0就行了, 一般电脑在装操作系统时有默认安装这个的! ------------------------------------------------------- 如果是要编译游戏源程序,需要安装VC++ 6.0和DirectX 9.0b或以上的版本! 游戏名称:孙膑问世 游戏内容: 本游戏改编自36集大集古装电视连续剧《孙子兵法与三十六计》 游戏类型:3D RPG游戏 游戏剧情:目前只有初期剧情,大约30分钟 出现的主要人物有:孙膑(初始名为:孙宾)、鬼谷子、庞涓、钟离春 出现的NPC有:山药夫、武防店主、柴夫、猎人 出现了3个场景,分别是:鬼谷山顶、鬼谷半山腰(鬼谷子住处)、鬼谷山脚下(if only to implement EXE file, if the computer installed Direct X9.0 on the trip, In general computer operating systems installed by default when you install this!------------------------------- If the game is to compile source files, need to install VC 6.0 and DirectX 9.0b or more versions! Name of the game : Sun Bin advent of the game : Adapted from the game 36 sets great costume collection television series, "Art of War, and thirty-six stratagems" game types : 3D RPG game storyline games : at present only the initial story appeared about 30 minutes, the main characters are : Sun Bin (initial entitled : Bin Sun), Guiguzi, Pang Juan Zhong Li-chun of NPC : Yam said that the armed defense of shopkeepers, Cifu. Hunter appeared three scenes are : Guiguzi Pe)

文件列表:

孙膑问世
........\Barrier.cpp
........\Barrier.h
........\CharICS.cpp
........\CharICS.h
........\Chars.cpp
........\Chars.h
........\Control.cpp
........\Core_Global.h
........\Core_Graphics.cpp
........\Core_Graphics.h
........\Core_Input.cpp
........\Core_Input.h
........\Core_Sound.cpp
........\Core_Sound.h
........\Core_System.cpp
........\Core_System.h
........\Frustum.cpp
........\Frustum.h
........\GameProject.cge
........\Game_Chars.cpp
........\Game_Chars.h
........\Game_Script.cpp
........\Game_Script.h
........\Game_Spells.cpp
........\Game_Spells.h
........\Global.h
........\GUI.H
........\icon1.ico
........\MapICS.cpp
........\MapICS.h
........\MapInfo.txt
........\MCL.h
........\MIL.H
........\MSL.h
........\Resource.aps
........\resource.h
........\Resource.rc
........\Script.cpp
........\Script.h
........\SkyBox.cpp
........\SkyBox.h
........\SmallMap.cpp
........\SmallMap.h
........\Spell.cpp
........\Spell.h
........\Trigger.cpp
........\Trigger.h
........\Window.cpp
........\Window.h
........\WinMain.cpp
........\WinMain.h
........\孙膑问世.dsp
........\孙膑问世.dsw
........\孙膑问世.ncb
........\孙膑问世.opt
........\孙膑问世.plg
........\解释行为模板文件.h
........\资源说明.txt

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

发表评论

0 个回复

  • five
    用C++ 实现了五子棋游戏,使用的部分人工智能算法 (Using C++ implementation of the Five in a Row game, using some artificial intelligence algorithms)
    2010-06-07 17:31:04下载
    积分:1
  • 20081122805172
    教你如何编写游戏中计算机控制的角色 资源类别: VB源码¦游戏 (Teach you how to write computer games in the role of resource control type: VB source ¦ Games)
    2010-07-07 19:04:50下载
    积分:1
  • heibaiqi
    很不错的一款C++开发的黑白棋游戏,对游戏编程的朋友比较有用,可以作参考。(A very good C++ development Othello, friend of useful game programming, can be used for reference.)
    2011-05-25 06:12:19下载
    积分:1
  • real-time_Rending_technique
    3D游戏:实时渲染与软件技术一书的源代码,包含了Fly3D 3D 实施引擎API(3D game: real-time rendering technology and software source code book, including the implementation of Fly3D 3D engine API)
    2009-04-09 19:12:05下载
    积分:1
  • VCgamedesing
    VC编程游戏,这本电子书不是太难,书中罗列了几个经典的小游戏:五子棋,俄罗斯方块。。。。(use VC++ to design little games,it is not very complex,which can help the VC beginers )
    2009-06-13 14:33:59下载
    积分:1
  • 纵横
    呵呵呵,新手自编,希望在支持,谢谢,呵呵呵呵(Ha ha ha, novice self-made, hope in support, thank you, ha ha ha ha!)
    2017-07-12 20:43:39下载
    积分:1
  • ClassicalGame
    经典游戏程序设计的随书光盘,源码经典、齐全,适合新手学习编程。(Classic games designed with book, source classic, complete, suitable for novices to learn programming.)
    2010-07-24 16:45:38下载
    积分:1
  • 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
  • c5
    Function: // riffle Description: // 洗牌,然后随机的得到9张牌,要求九张牌不能有重复. Calls: // Called By: // main() Table Accessed: //被修改的表(此项仅对于牵扯到数据库操作的程序) Table Updated: // 被修改的表(此项仅对于牵扯到数据库操作的程序) Input: //Card card[] 牌结构, int size 结构数组的大小 Output: //(Function:// riffle Description:// shuffle, and then randomly get nine cards, requiring nine cards can not be duplicated. Calls:// Called By:// main () Table Accessed:// modified table ( This only involves the operation of the database for the program) Table Updated:// modified table (this only involves the operation of the database for the program) Input:// Card card [] licensing structure, int size structure of the array size Output ://)
    2013-07-23 06:35:33下载
    积分:1
  • skyblue_BoxMan
    推箱子小游戏,visualC++经典游戏设计(Sokoban game, visualC++ Classic Game Design)
    2008-12-18 14:39:16下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载