Skip to content

Commit

Permalink
Space Shooter 游戏基本功能
Browse files Browse the repository at this point in the history
1. 2D 街机风格的竖版射击游戏
2. 可移动和射击的玩家对象
3. 一波波的小行星供玩家攻击
4. 射击和爆炸特效,动感的音效和背景音乐
5. 记录玩家得分并显示
6. 当玩家对象被摧毁时游戏结束并可重玩
  • Loading branch information
Caizc committed Mar 10, 2017
1 parent 5deeafb commit 274ff12
Show file tree
Hide file tree
Showing 258 changed files with 4,900 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/Assets/AssetStoreTools*

# Visual Studio 2015 cache directory
/.vs/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb


# Unity3D generated meta files
*.pidb.meta

# Unity3D Generated File On Crash Reports
sysinfo.txt

# Builds
*.apk
*.unitypackage
9 changes: 9 additions & 0 deletions Assets/Audio.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/explosion_asteroid.wav
Binary file not shown.
20 changes: 20 additions & 0 deletions Assets/Audio/explosion_asteroid.wav.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/explosion_enemy.wav
Binary file not shown.
20 changes: 20 additions & 0 deletions Assets/Audio/explosion_enemy.wav.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/explosion_player.wav
Binary file not shown.
20 changes: 20 additions & 0 deletions Assets/Audio/explosion_player.wav.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/music_background.wav
Binary file not shown.
20 changes: 20 additions & 0 deletions Assets/Audio/music_background.wav.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/weapon_enemy.wav
Binary file not shown.
20 changes: 20 additions & 0 deletions Assets/Audio/weapon_enemy.wav.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/weapon_player.wav
Binary file not shown.
20 changes: 20 additions & 0 deletions Assets/Audio/weapon_player.wav.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/Materials.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/fx_bolt_orange.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/fx_bolt_orange.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/fx_enemyShip_engines_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/fx_enemyShip_engines_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/part_blast_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/part_blast_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/part_glow_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/part_glow_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/part_jet_core_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/part_jet_core_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/part_jet_flare_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/part_jet_flare_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/part_shockwave_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/part_shockwave_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/part_spark_blue_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/part_spark_blue_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/part_spark_large_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/part_spark_large_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/part_spark_white_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/part_spark_white_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/part_spark_yellow_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/part_spark_yellow_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/part_star_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/part_star_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/prop_asteroid_01_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/prop_asteroid_01_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/prop_asteroid_02_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/prop_asteroid_02_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/prop_asteroid_03_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/prop_asteroid_03_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/tile_nebula_green_dff.mat
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Materials/tile_nebula_green_dff.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/vehicle_enemyShip_glow_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/vehicle_enemyShip_glow_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/vehicle_enemyShip_metal_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/vehicle_enemyShip_metal_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/vehicle_playerShip_glass_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/vehicle_playerShip_glass_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/vehicle_playerShip_metal_mat.mat
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/Materials/vehicle_playerShip_metal_mat.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/Models.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Models/prop_asteroid_01.FBX
Binary file not shown.
Loading

0 comments on commit 274ff12

Please sign in to comment.