资源简介
用funcode平台进行矿工抓取黄金小游戏的制作,玩家通过键盘的按键控制矿工抓取金块,将钩子碰触到的金块抓取过来。
压缩包中包括源代码和游戏文件,可以用funcode打开。
代码片段和文件信息
//---------------------------------------------------------------------------------------------
// Torque Game Builder
// Copyright (C) GarageGames.com Inc.
//---------------------------------------------------------------------------------------------
/// Player Initialization Procedure
///
function onstart()
{
}
function onExit()
{
}
//---------------------------------------------------------------------------------------------
// Load the paths we need access to
//---------------------------------------------------------------------------------------------
function loadPath( %path )
{
setModPaths( getModPaths() @ “;“ @ %path );
exec(%path @ “/main.cs“);
}
//---------------------------------------------
// Do some bootstrap voodoo to get the game to
// the initializeProject phase of loading and
// pass off to the user
//---------------------------------------------
// Output a console log
setLogMode(6);
loadPath( “common“ );
loadPath( “game“ );
onstart();
// Initialized
echo(“\nFunCode (“ @ getT2DVersion() @ “) initialized...“);
if( !isFunction( “initializeProject“ ) || !isFunction( “_initializeProject“ ) )
{
messageBox( “Game Startup Error“ “‘initializeProject‘ function could not be found.“ @
“\nThis could indicate a bad or corrupt common directory for your game.“ @
“\n\nThe Game will now shutdown because it cannot properly function“ “Ok“ “MIStop“ );
quit();
}
_initializeProject();
// Startup the project
initializeProject();
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-11-15 16:29 goldenMAN\
目录 0 2019-11-15 16:29 goldenMAN\godlenman\
目录 0 2019-11-15 16:29 goldenMAN\godlenman\Bin\
目录 0 2019-11-15 16:29 goldenMAN\godlenman\Bin\common\
文件 498 2019-07-08 11:02 goldenMAN\godlenman\Bin\common\commonConfig.xm
目录 0 2019-11-15 16:29 goldenMAN\godlenman\Bin\common\data\
目录 0 2019-07-03 11:00 goldenMAN\godlenman\Bin\common\data\audio\
目录 0 2019-11-15 16:29 goldenMAN\godlenman\Bin\common\data\fonts\
文件 59438 2019-07-08 11:02 goldenMAN\godlenman\Bin\common\data\fonts\@Microsoft JhengHei Light 80 (ansi).uft
文件 78101 2019-07-08 11:02 goldenMAN\godlenman\Bin\common\data\fonts\@���� 80 (ansi).uft
文件 78105 2019-07-08 11:02 goldenMAN\godlenman\Bin\common\data\fonts\@����e�� 80 (ansi).uft
文件 78103 2019-07-08 11:02 goldenMAN\godlenman\Bin\common\data\fonts\@������ 80 (ansi).uft
文件 96472 2019-07-08 11:02 goldenMAN\godlenman\Bin\common\data\fonts\Algerian 80 (ansi).uft
文件 11766 2019-07-08 11:02 goldenMAN\godlenman\Bin\common\data\fonts\Arial 12 (ansi).uft
文件 15278 2019-07-18 04:47 goldenMAN\godlenman\Bin\common\data\fonts\Arial 14 (ansi).uft
文件 64523 2019-07-08 11:02 goldenMAN\godlenman\Bin\common\data\fonts\Arial 80 (ansi).uft
文件 13875 2019-07-08 11:02 goldenMAN\godlenman\Bin\common\data\fonts\Arial Bold 20 (ansi).uft
文件 11290 2019-07-08 11:02 goldenMAN\godlenman\Bin\common\data\fonts\Lucida Console 12 (ansi).uft
文件 75296 2019-07-08 11:02 goldenMAN\godlenman\Bin\common\data\fonts\���� 80 (ansi).uft
目录 0 2019-11-15 16:29 goldenMAN\godlenman\Bin\common\data\help\
文件 365 2014-11-11 21:06 goldenMAN\godlenman\Bin\common\data\help\2. License.hfl
目录 0 2019-11-15 16:29 goldenMAN\godlenman\Bin\common\gamesc
文件 8724 2017-03-22 23:22 goldenMAN\godlenman\Bin\common\gamesc
文件 1566 2017-03-22 23:22 goldenMAN\godlenman\Bin\common\gamesc
文件 836 2017-03-22 23:22 goldenMAN\godlenman\Bin\common\gamesc
目录 0 2019-11-15 16:29 goldenMAN\godlenman\Bin\common\gamesc
文件 4671 2014-11-11 21:06 goldenMAN\godlenman\Bin\common\gamesc
文件 1773 2014-11-11 21:06 goldenMAN\godlenman\Bin\common\gamesc
文件 1610 2014-11-11 21:06 goldenMAN\godlenman\Bin\common\gamesc
文件 4194 2014-11-11 21:06 goldenMAN\godlenman\Bin\common\gamesc
文件 3911 2017-03-22 23:22 goldenMAN\godlenman\Bin\common\gamesc
............此处省略150个文件信息
- 上一篇:C++“倒忌时”小游戏
- 下一篇:C语言优先级
相关资源
- MX Component V4编程手册
- c++调用C# COM 参数是结构体数组
- 高版本Xcode 中 创建 C++ Class
- C++17 The Complete Guide
- OpenCV Computer Vision Application Programming
- 基于Cocos2dx的炸弹人游戏
- Effective C++(第三版中文版) - Scott
- BORLAND C++ 3.1精简版
- 过X3心跳检测源码
- VC++中实现复选下拉框CCheckComboBox
- consts.cpp
- UC/OS2 (UCOS2)移植于VC6代码及手册
- COM本质论.pdf )
- MFC Tab control 重绘便签边框和主框 背景
- High-speed Charting ControlMFC绘图控件
-
Unreal Engine 4 sc
ripting with C++ Cookbook - C语言100道练习题
- 定义一个存折类CAccount,存折类具有帐
- BCGControlBar Professional v.28 Full Source
- 基于TCP协议的C/S传输文件C++)
- C++ Concurrency in Action 2nd Edition (2019.
- funcode 黄金矿工 c++语言
- C++作业_选课系统
- C++ Concurrency in Action中文PDF
- LeetCode答案详解(前400题)
- VC++ MFC 串口通信20个经典源码合集
- Cocos2d-x C++版仿《王者之剑》实现(
- C++ Concurrency in Action- 2nd Edition(英文第
- cocos2dx写的坦克小游戏
- C++17 STL Cookbook
评论
共有 条评论