Skip to content

MexicanMan/TopDownDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TopDownDemo

Small top-down shooter gallery.

Description

Shoot as many targets as you can! There are two types of weapons at your disposal: usual bullets (to use press "space") and self-guided rockets (to use press "r"). But take into account, rockets have a longer timeout to reload than bullets! To move your character (which is tank btw) use arrows or WASD. Good luck!

Game process

Architecture

This is an attempt to make my own simple realisation of ECS pattern with the help of native Unity tools. I use GameObjects itself instead of Entities and Components are MonoBehaviour scripts. Systems and Entities store in EntityManager.