文件名称:game_Pushbox
介绍说明--下载内容均来自于网络,请自行研究使用
C++开发的推箱子游戏
1.类的划分
Cdraw类
绘画加载地图(包括围墙、人、箱子等等)
Cman类
是否完成(过关)
即时更新地图
2.设计思想
从文件map.txt里读取地图信息,然后通过Cdraw类加载地图,通过keydown事件调用Cman里的重载函数updatemap,
单参数updateMap(UINT nChar)是用于更改当前小人以及箱子的坐标,记录下来后传给updateMap(int x1, int y1, int x2, int y2, int x3, int y3)
从而改变地图。-C development Tuixiangzi a game. Class division Cdraw painting category loaded maps (including the wall, boxes, etc.) if the class completed Cman (clearance) updated maps 2. Design ideas from the paper map.txt Lane read map information, then pass Cdraw Class Loading maps, Calling the incident through keydown Cman Lane updatemap of overloading functions, updateMap single parameter (UINT nChar) is used to change the current villains and the coordinates of the boxes, After record pass updateMap (int x1, y1 int, int x2, int y2, x3 int, int y3), thus changing map.
1.类的划分
Cdraw类
绘画加载地图(包括围墙、人、箱子等等)
Cman类
是否完成(过关)
即时更新地图
2.设计思想
从文件map.txt里读取地图信息,然后通过Cdraw类加载地图,通过keydown事件调用Cman里的重载函数updatemap,
单参数updateMap(UINT nChar)是用于更改当前小人以及箱子的坐标,记录下来后传给updateMap(int x1, int y1, int x2, int y2, int x3, int y3)
从而改变地图。-C development Tuixiangzi a game. Class division Cdraw painting category loaded maps (including the wall, boxes, etc.) if the class completed Cman (clearance) updated maps 2. Design ideas from the paper map.txt Lane read map information, then pass Cdraw Class Loading maps, Calling the incident through keydown Cman Lane updatemap of overloading functions, updateMap single parameter (UINT nChar) is used to change the current villains and the coordinates of the boxes, After record pass updateMap (int x1, y1 int, int x2, int y2, x3 int, int y3), thus changing map.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 89346486game_pushbox.rar 列表 余意__推箱子游戏\boxman.aps 余意__推箱子游戏\boxman.clw 余意__推箱子游戏\boxman.cpp 余意__推箱子游戏\boxman.dsw 余意__推箱子游戏\boxman.h 余意__推箱子游戏\boxman.ncb 余意__推箱子游戏\boxman.plg 余意__推箱子游戏\boxman.rc 余意__推箱子游戏\boxmanDoc.cpp 余意__推箱子游戏\boxmanDoc.h 余意__推箱子游戏\boxmanView.h 余意__推箱子游戏\resource.h 余意__推箱子游戏\MainFrm.cpp 余意__推箱子游戏\MainFrm.h 余意__推箱子游戏\map.txt 余意__推箱子游戏\ReadMe.txt 余意__推箱子游戏\res\boxman.ico 余意__推箱子游戏\res\boxman.rc2 余意__推箱子游戏\res\boxmanDoc.ico 余意__推箱子游戏\res\RA2MD Update.ico 余意__推箱子游戏\res 余意__推箱子游戏\StdAfx.cpp 余意__推箱子游戏\StdAfx.h 余意__推箱子游戏\man.h 余意__推箱子游戏\boxmanView.cpp 余意__推箱子游戏\man.cpp 余意__推箱子游戏\draw.cpp 余意__推箱子游戏\draw.h 余意__推箱子游戏\boxman.dsp 余意__推箱子游戏\余意 推箱子设计文档.txt 余意__推箱子游戏\boxman.opt 余意__推箱子游戏\boxman.exe 余意__推箱子游戏