• 大小: 21.88M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-24
  • 语言: C/C++
  • 标签: 推箱子  

资源简介

最简单的C/C 推箱子游戏,代码在里面

资源截图

代码片段和文件信息

// PushBoxMan3.0.cpp : 定义控制台应用程序的入口点。
//
/*
项目名称 :  PushBoxMan3.0
编译环境 : Visual Studio 2013
作者 : VisiousDragon
日期 : 2017-03-22
版本 : 3.0版本
*/


/*************************************************************
内容:
初始化图像界面

加入操作让人物动起来
**************************************************************/
#include “stdafx.h“
#include 
#include  //getchar() getch()
#include 
#include “MapMenu.h“
#include  //加入音乐库
#pragma comment(lib“winmm.lib“)
using namespace std;







int initMenu()
{


char cInput;
int x = 0;
int y = 0;

//加载音乐
mciSendString(“open images//cs.mp3 alias music “ 0 0 0);
mciSendString(“play music repeat“ 0 0 0);
//设置图面大小
initgraph(ROWS * 50 COLS * 50);

//添加IMAG

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-12-21 18:56  PushBoxMan3.0\
     目录           0  2019-12-21 18:56  PushBoxMan3.0\PushBoxMan3.0\
     目录           0  2019-12-21 18:56  PushBoxMan3.0\PushBoxMan3.0\Images\
     文件        2130  2017-03-17 09:11  PushBoxMan3.0\PushBoxMan3.0\Images\Darkbox.jpg
     文件        1417  2017-03-17 09:11  PushBoxMan3.0\PushBoxMan3.0\Images\EndPoint.jpg
     文件        2096  2017-03-17 09:11  PushBoxMan3.0\PushBoxMan3.0\Images\Wall1.jpg
     文件        3726  2017-03-17 09:11  PushBoxMan3.0\PushBoxMan3.0\Images\background.jpg
     文件         541  2017-03-17 09:11  PushBoxMan3.0\PushBoxMan3.0\Images\blank.jpg
     文件        2319  2017-03-17 09:11  PushBoxMan3.0\PushBoxMan3.0\Images\box.jpg
     文件        2594  2017-03-17 09:11  PushBoxMan3.0\PushBoxMan3.0\Images\boy.jpg
     文件     3077831  2017-03-17 14:14  PushBoxMan3.0\PushBoxMan3.0\Images\cs.mp3
     文件    10043415  2017-03-17 10:53  PushBoxMan3.0\PushBoxMan3.0\Images\she.mp3
     文件        3381  2017-03-23 21:44  PushBoxMan3.0\PushBoxMan3.0\MapMenu.h
     文件        2459  2017-03-24 09:43  PushBoxMan3.0\PushBoxMan3.0\PushBoxMan3.0.cpp
     文件        4521  2017-03-23 21:25  PushBoxMan3.0\PushBoxMan3.0\PushBoxMan3.0.vcxproj
     文件        1409  2017-03-23 21:25  PushBoxMan3.0\PushBoxMan3.0\PushBoxMan3.0.vcxproj.filters
     文件        1552  2017-03-22 18:48  PushBoxMan3.0\PushBoxMan3.0\ReadMe.txt
     文件         219  2017-03-22 18:48  PushBoxMan3.0\PushBoxMan3.0\stdafx.cpp
     文件         234  2017-03-22 18:48  PushBoxMan3.0\PushBoxMan3.0\stdafx.h
     文件         236  2017-03-22 18:48  PushBoxMan3.0\PushBoxMan3.0\targetver.h
     文件    32636928  2017-04-13 20:39  PushBoxMan3.0\PushBoxMan3.0.sdf
     文件         985  2017-03-22 18:48  PushBoxMan3.0\PushBoxMan3.0.sln
     文件       28672  2017-04-13 20:39  PushBoxMan3.0\PushBoxMan3.0.v12.suo

评论

共有 条评论