Skip to content

CatSandwich/PewPew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PewPew

PewPew is a basic space invaders style game that I committed to making (with 2 buddies) in one week. It has imperfections, but I would much prefer to leave it untouched as a demonstration of what I can accomplish in a week.

My point of pride for this project is the upgrades system. It runs through scriptable objects. An upgrade is a wrapper for a PlayerPref which contains values for each tier within the upgrade. These tiers are also scriptable objects. To set the tiers of an upgrade, simply drag and drop the tiers into the upgrade object. The upgrade types are generic, allowing for upgrades to use whatever values make sense (numeric type for damage, float array for number of bullets and their angles, etc.).

Source:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published