资源简介
小学期游戏课程坦克大战开发源码,可以直接运行。
代码片段和文件信息
//---------------------------------------------------------------------------------------------
// 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 2015-06-14 15:16 war003\
目录 0 2015-06-14 15:16 war003\Bin\
目录 0 2015-06-14 15:16 war003\Bin\common\
文件 498 2014-07-10 17:03 war003\Bin\common\commonConfig.xm
目录 0 2015-06-14 15:16 war003\Bin\common\data\
目录 0 2014-07-10 16:19 war003\Bin\common\data\audio\
目录 0 2015-06-14 15:16 war003\Bin\common\data\fonts\
文件 11766 2014-07-10 17:03 war003\Bin\common\data\fonts\Arial 12 (ansi).uft
文件 11219 2014-07-10 17:03 war003\Bin\common\data\fonts\Arial 14 (ansi).uft
文件 61919 2014-07-10 17:03 war003\Bin\common\data\fonts\Arial 80 (ansi).uft
文件 13875 2014-07-10 17:03 war003\Bin\common\data\fonts\Arial Bold 20 (ansi).uft
文件 11290 2014-07-10 17:03 war003\Bin\common\data\fonts\Lucida Console 12 (ansi).uft
目录 0 2015-06-14 15:16 war003\Bin\common\data\help\
文件 365 2011-09-19 11:00 war003\Bin\common\data\help\2. License.hfl
目录 0 2015-06-14 15:16 war003\Bin\common\gamesc
文件 9458 2011-09-19 11:00 war003\Bin\common\gamesc
文件 8724 2014-07-10 16:40 war003\Bin\common\gamesc
文件 2350 2011-09-19 11:00 war003\Bin\common\gamesc
文件 1566 2014-07-10 16:40 war003\Bin\common\gamesc
文件 1581 2011-09-19 11:00 war003\Bin\common\gamesc
文件 836 2014-07-10 16:40 war003\Bin\common\gamesc
目录 0 2015-06-14 15:16 war003\Bin\common\gamesc
文件 4671 2011-09-19 11:00 war003\Bin\common\gamesc
文件 1773 2011-09-19 11:00 war003\Bin\common\gamesc
文件 1610 2011-09-19 11:00 war003\Bin\common\gamesc
文件 4194 2011-09-19 11:00 war003\Bin\common\gamesc
文件 5447 2011-09-19 11:00 war003\Bin\common\gamesc
文件 3911 2014-07-10 16:40 war003\Bin\common\gamesc
文件 3022 2011-09-19 11:00 war003\Bin\common\gamesc
文件 1395 2014-07-10 16:40 war003\Bin\common\gamesc
文件 10428 2011-09-19 11:00 war003\Bin\common\gamesc
............此处省略161个文件信息
- 上一篇:故宫博物院微博数据
- 下一篇:getlibs-all.deb
相关资源
- C malloc函数用法
- 易语言坦克大战2源码易语言坦克大战
- unity案例入门坦克大战源码
- 嵌入式局域网聊天系统客户端
- 算法竞赛入门经典 第2版刘汝佳+高清
- 基于单片机的GPS定位及显示系统设计
- fc小霸王坦克大战所有音效
- 链表实现通讯录管理系统
- PowerShell-6.2.1-win-x86.zip
- Canvas 坦克大战
- pl/0编译器 语法分析
- 源程序阅读与调试课程设计报告--学生
- 谁说程序员不浪漫?!基于easyX图形库
- 编译原理课设c编译器
- TankGame.rar
- C坦克大战电脑版小游戏.rar
- MCP3421 STM32 Driver
- ADS1100 STM32 Driver
- 单片机89c52与MLX90614红外的测温程序
- stm32f103AES加密 cbc模式
- 单片机 点阵 字模提取软件
- C高级编程讲义-传智播客
- NOIP必学内容之前缀和与差分颜鸿宇
- Skyline高效检索算法实现.zip
- STM8S103系列IO模拟串口通信实现真正串
- stm32f103c8t6移植uC/OS-III基于HAL库的工程
- 温度、一氧化碳、二氧化碳、PM2.5以及
- 王道论坛计算机考研机试指南
- 有限元中网格剖分算法
- PLC开源资料
评论
共有 条评论