在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 《Visual C++角色扮演游戏程序设计》源代码

《Visual C++角色扮演游戏程序设计》源代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:13.39M
  • 下载次数:7
  • 浏览次数:68
  • 发布时间:2020-10-02
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2

实例介绍

【实例简介】
包括《Visual C 角色扮演游戏程序设计》这本书的随书源代码

【实例截图】

from clipboard

【核心代码】
VisualC角色扮演游戏程序设计
├── Visual C 角色扮演游戏程序设计
│   ├── chapter10
│   │   ├── AboutDlg.cpp
│   │   ├── AboutDlg.h
│   │   ├── Action.cpp
│   │   ├── Action.h
│   │   ├── Battle.cpp
│   │   ├── Battle.h
│   │   ├── CGDATA
│   │   │   ├── block.bmp
│   │   │   ├── Cursor.bmp
│   │   │   ├── fighter.bmp
│   │   │   ├── MAP1.bmp
│   │   │   └── puyo.bmp
│   │   ├── Character.cpp
│   │   ├── Character.h
│   │   ├── Config.h
│   │   ├── coordinate.h
│   │   ├── DrawImage.cpp
│   │   ├── DrawImage.h
│   │   ├── Image.cpp
│   │   ├── Image.h
│   │   ├── MainWin.cpp
│   │   ├── MainWin.h
│   │   ├── RES
│   │   │   └── Sample.ico
│   │   ├── resource.h
│   │   ├── Sample.aps
│   │   ├── Sample.cpp
│   │   ├── Sample.dsp
│   │   ├── Sample.dsw
│   │   ├── Sample.exe
│   │   ├── Sample.h
│   │   ├── Sample.ncb
│   │   ├── Sample.opt
│   │   ├── Sample.plg
│   │   ├── Sample.rc
│   │   ├── Sprite.cpp
│   │   ├── Sprite.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── chapter3.1
│   │   ├── MainWin.cpp
│   │   ├── MainWin.h
│   │   ├── RES
│   │   │   ├── Sample.ico
│   │   │   └── Thumbs.db
│   │   ├── resource.h
│   │   ├── Sample.aps
│   │   ├── sample.bmp
│   │   ├── Sample.clw
│   │   ├── Sample.cpp
│   │   ├── Sample.dsp
│   │   ├── Sample.dsw
│   │   ├── Sample.exe
│   │   ├── Sample.h
│   │   ├── Sample.ncb
│   │   ├── Sample.opt
│   │   ├── Sample.plg
│   │   ├── Sample.rc
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── chapter3.2
│   │   ├── DrawImage.cpp
│   │   ├── DrawImage.h
│   │   ├── Image.cpp
│   │   ├── Image.h
│   │   ├── MainWin.cpp
│   │   ├── MainWin.h
│   │   ├── overlap.bmp
│   │   ├── RES
│   │   │   ├── Sample.ico
│   │   │   └── Thumbs.db
│   │   ├── resource.h
│   │   ├── Sample.aps
│   │   ├── sample.bmp
│   │   ├── Sample.cpp
│   │   ├── Sample.dsp
│   │   ├── Sample.dsw
│   │   ├── Sample.exe
│   │   ├── Sample.h
│   │   ├── Sample.ncb
│   │   ├── Sample.opt
│   │   ├── Sample.plg
│   │   ├── Sample.rc
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── chapter3.3
│   │   ├── DrawImage.cpp
│   │   ├── DrawImage.h
│   │   ├── Image.cpp
│   │   ├── Image.h
│   │   ├── MainWin.cpp
│   │   ├── MainWin.h
│   │   ├── MAP.BMP
│   │   ├── RES
│   │   │   ├── Sample.ico
│   │   │   └── Thumbs.db
│   │   ├── resource.h
│   │   ├── Sample.aps
│   │   ├── Sample.cpp
│   │   ├── Sample.dsp
│   │   ├── Sample.dsw
│   │   ├── Sample.exe
│   │   ├── Sample.h
│   │   ├── Sample.ncb
│   │   ├── Sample.opt
│   │   ├── Sample.plg
│   │   ├── Sample.rc
│   │   ├── sprite.bmp
│   │   ├── Sprite.cpp
│   │   ├── Sprite.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── Thumbs.db
│   ├── chapter4
│   │   ├── AboutDlg.cpp
│   │   ├── AboutDlg.h
│   │   ├── AboutDlg.h.bak
│   │   ├── Action.cpp
│   │   ├── Action.h
│   │   ├── Battle.cpp
│   │   ├── Battle.h
│   │   ├── CGDATA
│   │   │   ├── Cursor.bmp
│   │   │   ├── fighter.bmp
│   │   │   ├── MAP1.bmp
│   │   │   ├── puyo.bmp
│   │   │   └── Thumbs.db
│   │   ├── Character.h
│   │   ├── Config.h
│   │   ├── coordinate.h
│   │   ├── DrawImage.cpp
│   │   ├── DrawImage.h
│   │   ├── Image.cpp
│   │   ├── Image.h
│   │   ├── MainWin.cpp
│   │   ├── MainWin.h
│   │   ├── RES
│   │   │   └── Sample.ico
│   │   ├── resource.h
│   │   ├── Sample.aps
│   │   ├── Sample.cpp
│   │   ├── Sample.dsp
│   │   ├── Sample.dsw
│   │   ├── Sample.exe
│   │   ├── Sample.h
│   │   ├── Sample.ncb
│   │   ├── Sample.opt
│   │   ├── Sample.plg
│   │   ├── Sample.rc
│   │   ├── Sprite.cpp
│   │   ├── Sprite.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── Thumbs.db
│   ├── chapter5
│   │   ├── AboutDlg.cpp
│   │   ├── AboutDlg.h
│   │   ├── Action.cpp
│   │   ├── Action.h
│   │   ├── Battle.cpp
│   │   ├── Battle.h
│   │   ├── CGDATA
│   │   │   ├── Cursor.bmp
│   │   │   ├── fighter.bmp
│   │   │   ├── MAP1.bmp
│   │   │   ├── puyo.bmp
│   │   │   └── Thumbs.db
│   │   ├── Character.cpp
│   │   ├── Character.h
│   │   ├── Config.h
│   │   ├── coordinate.h
│   │   ├── DrawImage.cpp
│   │   ├── DrawImage.h
│   │   ├── Image.cpp
│   │   ├── Image.h
│   │   ├── MainWin.cpp
│   │   ├── MainWin.h
│   │   ├── RES
│   │   │   └── Sample.ico
│   │   ├── resource.h
│   │   ├── Sample.aps
│   │   ├── Sample.cpp
│   │   ├── Sample.dsp
│   │   ├── Sample.dsw
│   │   ├── Sample.exe
│   │   ├── Sample.h
│   │   ├── Sample.ncb
│   │   ├── Sample.opt
│   │   ├── Sample.plg
│   │   ├── Sample.rc
│   │   ├── Sprite.cpp
│   │   ├── Sprite.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── chapter6
│   │   ├── AboutDlg.cpp
│   │   ├── AboutDlg.h
│   │   ├── Action.cpp
│   │   ├── Action.h
│   │   ├── Battle.cpp
│   │   ├── Battle.h
│   │   ├── CGDATA
│   │   │   ├── command.BMP
│   │   │   ├── Cursor.bmp
│   │   │   ├── Explosion.bmp
│   │   │   ├── eye.bmp
│   │   │   ├── fighter.bmp
│   │   │   ├── FireBall.bmp
│   │   │   ├── Heal.bmp
│   │   │   ├── Map1.bmp
│   │   │   ├── MAP.BMP
│   │   │   ├── popup.bmp
│   │   │   ├── popup_parts.bmp
│   │   │   ├── priest.bmp
│   │   │   ├── puyo.bmp
│   │   │   ├── status.bmp
│   │   │   ├── stone1.bmp
│   │   │   ├── stone2.bmp
│   │   │   ├── Thumbs.db
│   │   │   ├── tree1.bmp
│   │   │   ├── tree2.bmp
│   │   │   ├── TurnEnd.bmp
│   │   │   └── witch.bmp
│   │   ├── Character.cpp
│   │   ├── Character.h
│   │   ├── Config.h
│   │   ├── coordinate.h
│   │   ├── DrawImage.cpp
│   │   ├── DrawImage.h
│   │   ├── Image.cpp
│   │   ├── Image.h
│   │   ├── less.h
│   │   ├── Lexer.cpp
│   │   ├── Lexer.h
│   │   ├── MainWin.cpp
│   │   ├── MainWin.h
│   │   ├── MAP
│   │   │   └── map1.txt
│   │   ├── Params.cpp
│   │   ├── Params.h
│   │   ├── RES
│   │   │   ├── Sample.ico
│   │   │   └── Thumbs.db
│   │   ├── resource.h
│   │   ├── Sample.aps
│   │   ├── Sample.cpp
│   │   ├── Sample.dsp
│   │   ├── Sample.dsw
│   │   ├── Sample.exe
│   │   ├── Sample.h
│   │   ├── Sample.ncb
│   │   ├── Sample.opt
│   │   ├── Sample.plg
│   │   ├── Sample.rc
│   │   ├── Sprite.cpp
│   │   ├── Sprite.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TextReader.cpp
│   │   ├── TextReader.h
│   │   └── Thumbs.db
│   ├── chapter7
│   │   ├── AboutDlg.cpp
│   │   ├── AboutDlg.h
│   │   ├── Action.cpp
│   │   ├── Action.h
│   │   ├── Battle.cpp
│   │   ├── Battle.h
│   │   ├── CGDATA
│   │   │   ├── battle_image.bmp
│   │   │   ├── BG001.bmp
│   │   │   ├── command.BMP
│   │   │   ├── Cursor.bmp
│   │   │   ├── event.bmp
│   │   │   ├── Explosion.bmp
│   │   │   ├── eye.bmp
│   │   │   ├── fighter.bmp
│   │   │   ├── FireBall.bmp
│   │   │   ├── GAMEOVER.bmp
│   │   │   ├── Heal.bmp
│   │   │   ├── Map1.bmp
│   │   │   ├── popup.bmp
│   │   │   ├── popup_parts.bmp
│   │   │   ├── PRIEST_01.bmp
│   │   │   ├── PRIEST_02.bmp
│   │   │   ├── PRIEST_03.bmp
│   │   │   ├── priest.bmp
│   │   │   ├── puyo.bmp
│   │   │   ├── status.bmp
│   │   │   ├── stone1.bmp
│   │   │   ├── stone2.bmp
│   │   │   ├── Thumbs.db
│   │   │   ├── title.bmp
│   │   │   ├── tree1.bmp
│   │   │   ├── tree2.bmp
│   │   │   ├── TurnEnd.bmp
│   │   │   ├── WITCH_01.bmp
│   │   │   ├── WITCH_02.bmp
│   │   │   ├── WITCH_03.bmp
│   │   │   ├── WITCH_04.bmp
│   │   │   └── witch.bmp
│   │   ├── Character.cpp
│   │   ├── Character.h
│   │   ├── Config.h
│   │   ├── coordinate.h
│   │   ├── DrawImage.cpp
│   │   ├── DrawImage.h
│   │   ├── Effect.cpp
│   │   ├── Effect.h
│   │   ├── Image.cpp
│   │   ├── Image.h
│   │   ├── less.h
│   │   ├── Lexer.cpp
│   │   ├── Lexer.h
│   │   ├── LoadSave.cpp
│   │   ├── LoadSave.h
│   │   ├── MainWin.cpp
│   │   ├── MainWin.h
│   │   ├── MAP
│   │   │   └── map1.txt
│   │   ├── Mci.cpp
│   │   ├── Mci.h
│   │   ├── Params.cpp
│   │   ├── Params.h
│   │   ├── RES
│   │   │   ├── Sample.ico
│   │   │   └── Thumbs.db
│   │   ├── resource.h
│   │   ├── Sample.aps
│   │   ├── Sample.cpp
│   │   ├── Sample.dsp
│   │   ├── Sample.dsw
│   │   ├── Sample.exe
│   │   ├── Sample.h
│   │   ├── Sample.ncb
│   │   ├── Sample.opt
│   │   ├── Sample.plg
│   │   ├── Sample.rc
│   │   ├── SCRIPT
│   │   │   ├── main.txt
│   │   │   └── start.txt
│   │   ├── Script.cpp
│   │   ├── Script.h
│   │   ├── Sprite.cpp
│   │   ├── Sprite.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TextReader.cpp
│   │   └── TextReader.h
│   ├── chapter8
│   │   ├── AddDlg.cpp
│   │   ├── AddDlg.h
│   │   ├── Copy of parameter.dat
│   │   ├── ParamEdit.aps
│   │   ├── ParamEdit.clw
│   │   ├── ParamEdit.cpp
│   │   ├── ParamEditDlg.cpp
│   │   ├── ParamEditDlg.h
│   │   ├── ParamEdit.dsp
│   │   ├── ParamEdit.dsw
│   │   ├── ParamEdit.exe
│   │   ├── ParamEdit.h
│   │   ├── ParamEdit.ncb
│   │   ├── ParamEdit.opt
│   │   ├── ParamEdit.plg
│   │   ├── ParamEdit.rc
│   │   ├── parameter.dat
│   │   ├── parameter.dat.bak
│   │   ├── ParamFile.cpp
│   │   ├── ParamFile.h
│   │   ├── ReadMe.cpp
│   │   ├── res
│   │   │   ├── ParamEdit.ico
│   │   │   ├── ParamEdit.rc2
│   │   │   └── Thumbs.db
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── chapter9
│   │   ├── AboutDlg.cpp
│   │   ├── AboutDlg.h
│   │   ├── Action.cpp
│   │   ├── Action.h
│   │   ├── Battle.cpp
│   │   ├── Battle.h
│   │   ├── CGDATA
│   │   │   ├── BG001.bmp
│   │   │   ├── block.bmp
│   │   │   ├── command.BMP
│   │   │   ├── Cursor.bmp
│   │   │   ├── event.bmp
│   │   │   ├── Explosion.bmp
│   │   │   ├── eye.bmp
│   │   │   ├── fighter.bmp
│   │   │   ├── FireBall.bmp
│   │   │   ├── GAMEOVER.bmp
│   │   │   ├── Heal.bmp
│   │   │   ├── Map1.bmp
│   │   │   ├── map.bmp
│   │   │   ├── MAP_HOT.bmp
│   │   │   ├── popup.bmp
│   │   │   ├── popup_parts.bmp
│   │   │   ├── PRIEST_01.bmp
│   │   │   ├── PRIEST_02.bmp
│   │   │   ├── PRIEST_03.bmp
│   │   │   ├── priest.bmp
│   │   │   ├── puyo.bmp
│   │   │   ├── status.bmp
│   │   │   ├── stone1.bmp
│   │   │   ├── stone2.bmp
│   │   │   ├── title.bmp
│   │   │   ├── tree1.bmp
│   │   │   ├── tree2.bmp
│   │   │   ├── TurnEnd.bmp
│   │   │   ├── WITCH_01.bmp
│   │   │   ├── WITCH_02.bmp
│   │   │   ├── WITCH_03.bmp
│   │   │   ├── WITCH_04.bmp
│   │   │   └── witch.bmp
│   │   ├── Character.cpp
│   │   ├── Character.h
│   │   ├── Config.h
│   │   ├── coordinate.h
│   │   ├── DrawImage.cpp
│   │   ├── DrawImage.h
│   │   ├── Effect.cpp
│   │   ├── Effect.h
│   │   ├── Image.cpp
│   │   ├── Image.h
│   │   ├── less.h
│   │   ├── Lexer.cpp
│   │   ├── Lexer.h
│   │   ├── LoadSave.cpp
│   │   ├── LoadSave.h
│   │   ├── MainWin.cpp
│   │   ├── MainWin.h
│   │   ├── MAP
│   │   │   ├── map1.2.txt
│   │   │   ├── map1.txt
│   │   │   ├── map1.txt.bak
│   │   │   ├── map2.2.txt
│   │   │   ├── map2.txt
│   │   │   ├── map3.2.txt
│   │   │   ├── map3.txt
│   │   │   ├── ParamEdit.exe
│   │   │   ├── parameter.dat
│   │   │   └── parameter.data
│   │   ├── Mci.cpp
│   │   ├── Mci.h
│   │   ├── ParamFile.cpp
│   │   ├── ParamFile.h
│   │   ├── Params.cpp
│   │   ├── Params.h
│   │   ├── RES
│   │   │   ├── Sample.ico
│   │   │   └── Thumbs.db
│   │   ├── resource.h
│   │   ├── Sample.aps
│   │   ├── Sample.cpp
│   │   ├── Sample.dsp
│   │   ├── Sample.dsw
│   │   ├── Sample.exe
│   │   ├── Sample.h
│   │   ├── Sample.ncb
│   │   ├── Sample.opt
│   │   ├── Sample.plg
│   │   ├── Sample.rc
│   │   ├── SCRIPT
│   │   │   ├── main.txt
│   │   │   └── start.txt
│   │   ├── Script.cpp
│   │   ├── Script.h
│   │   ├── Sprite.cpp
│   │   ├── Sprite.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TextReader.cpp
│   │   ├── TextReader.h
│   │   ├── Thumbs.db
│   │   └── wave
│   │   ├── A5_03068.WAV
│   │   ├── A5_03092.WAV
│   │   ├── A5_04103.WAV
│   │   ├── A5_06171.WAV
│   │   ├── A5_06179.WAV
│   │   └── wavelist.txt
│   ├── README.txt
│   └── WinLib
│   ├── include
│   │   ├── Application.h
│   │   ├── dc.h
│   │   ├── Dialog.h
│   │   ├── Dib.h
│   │   ├── File.h
│   │   ├── Geometry.h
│   │   ├── Misc.h
│   │   ├── Window.h
│   │   └── WinLib.h
│   ├── lib
│   │   ├── WinLibD.lib
│   │   └── WinLib.lib
│   ├── src
│   │   ├── Application.cpp
│   │   ├── dc.cpp
│   │   ├── Dialog.cpp
│   │   ├── Dib.cpp
│   │   ├── Main.cpp
│   │   ├── Misc.cpp
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── Window.cpp
│   ├── WinLib.dsp
│   ├── WinLib.dsw
│   ├── WinLib.opt
│   └── WinLib.plg

37 directories, 482 files

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警