Skip to content

trungtle/PennVR_FPSTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Penn VR Club: First Person Shooter Tutorial

A simple FPS game for PennVR club Unreal workshop. Use PennVRTutorial.umap

You can click on gif for full video

screenshot

1. Start with an empty level and first person shooter template

2. Whiteboxing out the level

 + Build the room 
 + Room has three windows
 + Build the enemy arena

3. Build turret

 + Teaches how to create a timer
 + Turret should shoot red bullet
 + Auto-home at player by subtracting the location between player and the turret

4. Add player stat

 + Add HP variable 
 + Create a progress bar widget

5. Add game state

 + Keeps score
 + HP losing condition when HP is zero. 

6. Add vfx

 + Turret explodes 
 + Red screen when hit 
 + Add slow motion 

About

A simple FPS game for PennVR club Unreal workshop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published