资源简介
通过MFC平台,使用C++语句实现。全屏以及多位图的移动,是这个游戏所包含的内容,当然,这个游戏的多位图移动,也是游戏本身决定的,我们必须设置我们的程序,让程序自己去执行,去移动,去显示计算机的优越性。
这个游戏,它是一个更加复杂的社会,它不再只是玩者一个人充当角色。所以,我们新建了各自的类。通过类之间的相互调用,去实现游戏的功能。
代码片段和文件信息
// 5_1.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “5_1.h“
#include “MainFrm.h“
#include “5_1Doc.h“
#include “5_1View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy5_1App
BEGIN_MESSAGE_MAP(CMy5_1App CWinApp)
//{{AFX_MSG_MAP(CMy5_1App)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMy5_1App construction
CMy5_1App::CMy5_1App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy5_1App object
CMy5_1App theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy5_1App initialization
BOOL CMy5_1App::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CMy5_1Doc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CMy5_1View));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
return TRUE;
}
/////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-07-24 18:57 消灭炸弹\
文件 246520 2017-06-19 14:56 消灭炸弹\5_1.aps
文件 1898 2002-02-28 21:02 消灭炸弹\5_1.clw
文件 4338 2017-06-13 09:19 消灭炸弹\5_1.cpp
文件 5672 2001-11-06 13:16 消灭炸弹\5_1.dsp
文件 1335 2017-06-13 09:19 消灭炸弹\5_1.h
文件 148480 2002-02-28 21:02 消灭炸弹\5_1.ncb
文件 22 2017-06-19 14:51 消灭炸弹\5_1.opensdf
文件 58880 2002-02-28 21:02 消灭炸弹\5_1.opt
文件 240 2002-02-28 21:02 消灭炸弹\5_1.plg
文件 11193 2017-06-19 14:56 消灭炸弹\5_1.rc
文件 71520256 2017-06-19 14:56 消灭炸弹\5_1.sdf
文件 951 2017-06-13 08:45 消灭炸弹\5_1.sln
文件 34816 2017-06-19 14:50 消灭炸弹\5_1.v12.suo
文件 8863 2017-06-17 00:05 消灭炸弹\5_1.vcxproj
文件 4067 2017-06-17 00:05 消灭炸弹\5_1.vcxproj.filters
文件 1716 2017-06-13 10:21 消灭炸弹\5_1Doc.cpp
文件 1456 2001-11-04 15:12 消灭炸弹\5_1Doc.h
文件 6575 2017-06-13 08:54 消灭炸弹\5_1View.cpp
文件 2057 2001-11-07 14:39 消灭炸弹\5_1View.h
目录 0 2019-01-03 10:01 消灭炸弹\Backup\
文件 514 2001-11-05 17:24 消灭炸弹\Ball.cpp
文件 515 2001-11-05 17:45 消灭炸弹\Ball.h
文件 516 2001-11-06 16:50 消灭炸弹\Ball1.cpp
文件 516 2001-11-06 17:42 消灭炸弹\Ball1.h
目录 0 2017-07-24 18:57 消灭炸弹\Debug\
文件 1164 2017-06-13 08:56 消灭炸弹\Debug\5_1.Build.CppClean.log
文件 370176 2017-06-19 14:57 消灭炸弹\Debug\5_1.exe
文件 1692464 2017-06-19 14:57 消灭炸弹\Debug\5_1.ilk
文件 1720 2017-06-19 14:57 消灭炸弹\Debug\5_1.log
文件 41268 2017-06-13 10:04 消灭炸弹\Debug\5_1.obj
............此处省略54个文件信息
相关资源
- vc6.0做的扫雷游戏含源码
- C语言编写双人剪刀石头布联机游戏代
- 推箱子 源代码 MFC
- 飞机大战游戏代码c++
- 飞机大战C语言游戏代码
- MFC十大经典游戏代码
- MFC小游戏代码
- c++ 游戏编程
- c++ 贪食蛇小游戏代码
- 基于vs mfc的井字棋游戏代码
- C语言版24点游戏代码详解
- 21点游戏代码 C语言
- Linux下C语言2048游戏代码
- 三国杀c++游戏代码含注释
- c++ 贪食蛇控制台游戏代码,不闪屏功
- C++基础入门编写游戏代码及角色扮演
- c++.win32.扫雷游戏代码
- arm的s3c2410的游戏代码
- C语言游戏代码大全
- C语言简单迷宫游戏代码
- C语言文字游戏
- MFC扫雷游戏代码 学生作业
- 跳棋游戏代码
评论
共有 条评论