SangSeung Jay Lee
ParkourSmash
*Start Scene File Location: Assets/Scenes/Menu (Click "Start Host")

*How to play:
=============
Objective
---------
- Don't let the spiders damage the Mountain Dew soda boxes! (Also don't die).
- Earn NPC grenades as you kill spiders, allowing you to place NPCs to protect the dew!
- Follow the advice of your commanding officer "Mid West" to keep increasing amounts of Mountain Dew safe as the waves of spiders grow larger and larger until the final wave.

Mouse and Keyboard Controls:
-------------------
Escape: "Pause Menu" - Kicks you back to the start menu that has a quit application button
WASD: move, in air: force character in that direction
LShift: slide
Space: Jump, on wall: Wall Jump
Left Click: Use weapon
Right Click: Use NPC Grenade
Wall Run: Jump onto the side of a wall to wall run

Observing Technology Requirements
---------------------------------
See manifest below

Known Issues
------------
- When jumping forward into a wall repeatedly it may clip through (due to the force interactions)
- Sometimes the NPCs may not fire at the spiders (very rare thing though)
- Outer wall renders completely black after generating nav mesh *never figured out why)

*Manifest of Effort:
====================
Stefan:
- Made the Game Play video
- Implemented Game Manager (enemy spawning, wave configuration, etc.)
- Assets/Scripts/Systems/GameManger.cs
- Implemented Alien Soldier (player character) and animation rigging for it
- Assets/Prefabs/AlienSoldier
- Implemented slide animation
- Assets/ModelsAndAnimations/RunningSlide
- Implemented movement system (originally based off of M3, heavily modified since then)
- Assets/Scripts/CharacterControl/RootMotionControlScript.cs
- Assets/Scripts/CharacterControl/CharacterCommon.cs
- Implemented camera system (originally based off of M3, heavily modified since then)
- Assets/Scripts/Camera/ThirdPersonCamera.cs

Joe:
- Modeled level (from scratch) in blender and imported to Unity
- Assets/Scenes/level.blend (blender file)
- Assets/Models/Level/test.fbx (exported model file used in project)
- Created UV maps for all level geometries
- Applied textures (found in the unity store) to level
- see Assets/3rdPartyAssets/YughuesFreeMetalMaterials dir
- Wrote background MusicPlayer script to control and randomize music playlist
- Script: Assets/Scripts/Systems/MusicPlayer.cs
- Music (all copyrighted music for the alpha): Assets/Audio/Music
- Wrote script to manage playing of tutorial character audio clips (Mid West)
- Script: Assets/Scripts/Systems/GameManager.cs
- Added credits menu
- Script: Assets/Scripts/Systems/GameMenu.cs

SangSeung Jay
- Implemented Grenade spawn and throw, weapon implementation part
- Assets/Weapon Controller(grenades portion)
- Assets/Prefab/Weapon/BombPickup.prefab
- Implemented Explostion/after effects and Character animaitons related to Grenade's effect and animation
- Assets/EffectExamples
- Assets/ModelsAndAnimations/Throw
- Implemented Booster pads and JumpPads
- Assets/Prefabs/BoosterPads.prefab
- Assets/Prefabs/JumpPads.prefab
- Assets/Scripts/CharacterControl/BoosterpadsController.cs
- Implemented Top Display Texts and Health Bar
- Assets/Scripts/Systems/GrenadeDisplayText.cs
- Assets/Scripts/Systems/WaveDisplayText.cs
- Assets/Scripts/Systems/HealthBar.cs

Oriah:
- Implemented Friendly and Enemy NPC prefabs
- Assets/Prefabs/NPCCharacters/**
- Integrated prefab weapon 3D assets, and attached to character with effects.
- Assets/Prefabs/Weapons/**
- Implemented Weapons animations & control
- Assets/AnimatorController/SwatGuyAnimController & SpiderAnimController
- Assets/Scripts/CharacterControl/WeaponController.cs
- Assets/Scripts/Weapons/CollectableWeapon.cs / Bullet.cs / HurtOnTouch.cs / FireableWeapon.cs
- Implemented NPC decision state machines: Enemy Spider, Friendly NPC
- Assets/Scripts/CharacterControl/NPC/Entities/**
- Integrated environment audio events.
- Integrated final wave reinforcement.

Justin:
- Implemented Multiplayer (before it was removed, see Alpha submission)
- Built Start Menu with animated prefabs
- Assets/Scenes/Menu.unity
- Assets/Scripts/Systems/GameMenu.cs
- Impelemented End Game Scenario
- Assets/Scripts/Systems/GameManager.cs
- Assets/Scripts/Systems/GameOverButton.cs
- GameOverUI (in hierachy)
- Integrated Quantum Console and build custom console command (See Alpha)
- Added network capabilities to Player Character (See Alpha)
- Removed all networking artifacts based on post-Alpha feedback, which was a signficant amount of code to refactor.
- Recorded and edited trailer.
- Added skybox and created realistic lighting to match sky:
- Directional Light & Directional Light (1) in hierachy
- Built pause menu with volume control
- Assets/Scripts/Systems/PauseController.cs
- Assets/Scripts/Systems/MusicPlayer.cs
- Updated Visual GUI to create a consistent UI
- Configured WebGL build, deployed it to Simmer.io

Please sign in to post a comment!