Difference between revisions of "Nico"

From Spartacats
Jump to: navigation, search
(4/5/2013)
Line 9: Line 9:
 
::Design Object hierarchy with [[Erik]] and [[Theresa]]
 
::Design Object hierarchy with [[Erik]] and [[Theresa]]
 
::Created classes for Vehicle, Weapon, Armor, StaticObject, and TerrainObject (no implementation yet)
 
::Created classes for Vehicle, Weapon, Armor, StaticObject, and TerrainObject (no implementation yet)
 +
 +
== 4/8/2013 ==
 +
*Controls
 +
::Added some actions for driving
 +
::Added code in HandleInput for left thumbstick
 +
*GameLogic
 +
::Started working on implementing basic player actions.
 +
::Added a concrete class for FrontWeapon and Projectile

Revision as of 08:19, 9 April 2013

4/5/2013

  • Controls
Added XBox360 controller support with Erik

4/6/2013

  • Controls
Added trigger support
  • GameLogic
Design Object hierarchy with Erik and Theresa
Created classes for Vehicle, Weapon, Armor, StaticObject, and TerrainObject (no implementation yet)

4/8/2013

  • Controls
Added some actions for driving
Added code in HandleInput for left thumbstick
  • GameLogic
Started working on implementing basic player actions.
Added a concrete class for FrontWeapon and Projectile