CalvinSlusarski/ProjectAwesome
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
ProjectAwesome README --Version .3 TODO-- ::--------------------------------------------------------------------------------------------:: Story # Category Story Who? Status 3.1 Epic I Want a GUI 3.1.1 Story I want to see it Calvin Checked in 3.1.2 Story I want to be able to click stuff Ready 3.2 Epic I want sound ! Dan In progress 3.2.1 Story To load from my pc Dan In progress 3.2.2 Story Sound Effects! Dan In progress 3.2.3 Story Music! Dan In progress 3.3 Epic I want an Ocean! Calvin Checked in 3.3.1 Story Texture Calvin Checked in 3.3.2 Story Shader Calvin Checked in 3.4 Epic Create Menu Calvin Checked in ::--------------------------------------------------------------------------------------------:: ::New Structure:: GameObject: all ingame objects inherit. |-> Player: now inherits GameObject! |--> Enemy: needs to be updated to work with new system, now inherits GameObject! |---> Projectiles: currently working, now inherits GameObject! GameObjectManagement: works kinda like game1 but manages the ingame scene, using this so, that we can place a many over it.