• 大小: 14.81MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-30
  • 语言: 其他
  • 标签: 贪吃蛇  Unity  3D  

资源简介

简单的贪吃蛇程序,用于初学者学习,物体的移动,蛇吃食物的算法,碰撞检测等等!

资源截图

代码片段和文件信息

using UnityEngine;
using System.Collections;

public class bake : MonoBehaviour {

// Use this for initialization
void Start () {

}

// Update is called once per frame
void Update () {
if(Input.GetKey(KeyCode.Space))
{
Application.LoadLevel(“TanChiShe“);
}

}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-11-07 14:32  TanChiShe\
     文件        6253  2014-11-07 14:30  TanChiShe\Assembly-CSharp-Editor-vs.csproj
     文件        6359  2014-11-07 14:30  TanChiShe\Assembly-CSharp-Editor.csproj
     文件       25847  2014-11-03 10:10  TanChiShe\Assembly-CSharp-Editor.pidb
     文件        4399  2014-11-07 14:30  TanChiShe\Assembly-CSharp-firstpass-vs.csproj
     文件        4399  2014-11-07 14:30  TanChiShe\Assembly-CSharp-firstpass.csproj
     文件       23799  2014-11-03 10:10  TanChiShe\Assembly-CSharp-firstpass.pidb
     文件        2881  2014-11-07 14:31  TanChiShe\Assembly-CSharp-vs.csproj
     文件        2881  2014-11-07 14:31  TanChiShe\Assembly-CSharp.csproj
     文件       56133  2014-11-03 10:10  TanChiShe\Assembly-CSharp.pidb
     文件        5328  2014-11-07 14:30  TanChiShe\Assembly-Unityscript-Editor-firstpass-vs.unityproj
     文件       22651  2014-11-03 10:10  TanChiShe\Assembly-Unityscript-Editor-firstpass.pidb
     文件        5322  2014-11-07 14:30  TanChiShe\Assembly-Unityscript-Editor-firstpass.unityproj
     文件        4273  2014-11-07 14:30  TanChiShe\Assembly-Unityscript-firstpass-vs.unityproj
     文件       31278  2014-11-03 10:10  TanChiShe\Assembly-Unityscript-firstpass.pidb
     文件        4273  2014-11-07 14:30  TanChiShe\Assembly-Unityscript-firstpass.unityproj
     文件        3891  2014-11-07 14:30  TanChiShe\Assembly-Unityscript-vs.unityproj
     文件       25046  2014-11-03 10:10  TanChiShe\Assembly-Unityscript.pidb
     文件        3891  2014-11-07 14:30  TanChiShe\Assembly-Unityscript.unityproj
     目录           0  2014-11-07 14:32  TanChiShe\Assets\
     文件         284  2014-10-21 17:00  TanChiShe\Assets\bake.cs
     文件       29592  2014-10-17 17:49  TanChiShe\Assets\Camera.prefab
     文件       15504  2014-10-21 17:09  TanChiShe\Assets\fen.unity
     文件         781  2014-10-24 09:14  TanChiShe\Assets\look.cs
     文件         651  2014-10-21 17:10  TanChiShe\Assets\PengZhuang.cs
     文件        4416  2014-10-21 16:23  TanChiShe\Assets\red.mat
     文件        2797  2014-10-21 17:02  TanChiShe\Assets\SheLength.cs
     文件       51416  2014-11-07 14:32  TanChiShe\Assets\TanChiShe.unity
     文件        4212  2014-10-21 16:49  TanChiShe\Assets\tou.mat
     文件        4468  2014-10-21 16:18  TanChiShe\Assets\yellow.mat
     目录           0  2014-11-07 14:32  TanChiShe\Library\
............此处省略355个文件信息

评论

共有 条评论