Difference between revisions of "Main Page"

From Group 4
Jump to: navigation, search
(Known Bugs)
(To Dos for this week)
Line 22: Line 22:
 
* Add platforms/objects to the arena
 
* Add platforms/objects to the arena
 
* Arena height map or collision boxes?  
 
* Arena height map or collision boxes?  
* Switching Gravity
+
* <strike>Switching Gravity
 
** Camera that responds to switched gravity
 
** Camera that responds to switched gravity
** Make sure jumping still works
+
** Make sure jumping still works </strike>
 
* <strike> Maybe larger GAME OVER on the HUD? </strike>
 
* <strike> Maybe larger GAME OVER on the HUD? </strike>
 
** <strike> Also a YOU WON! or something? </strike>
 
** <strike> Also a YOU WON! or something? </strike>

Revision as of 15:14, 4 May 2013

TEAM NINJACODERS

Ninja Coders

Suman
Haro
Bryan
Franklin
Michael
Nathan
Justina
Consult the User's Guide for information on using the wiki software.

To Dos for this week

  • Write Status Report
  • First Character Model
  • First Character animations (idle, walking, jumping, attack)
  • Tentacle animations (sweep, idle, slam)
  • Tentacle collision boxes
  • Arena textures?
  • Arena Lighting
  • Add platforms/objects to the arena
  • Arena height map or collision boxes?
  • Switching Gravity
    • Camera that responds to switched gravity
    • Make sure jumping still works
  • Maybe larger GAME OVER on the HUD?
    • Also a YOU WON! or something?
  • Press A to join, then press Start to start
    • Loading screen
  • Restart when you won logic (super useful for testing)
  • Sounds?
  • Special Power for first character???
  • Shooter logic? Particle effects for shooting?
  • Merge player animation into develop

Known Bugs

  • IS_FALLING is never false? So you can apply special power in the air
  • Multiple player animated rendering
  • Quitting has an error because the Monster destructor tries to set the HUD, and I think it's already deleted
  • You can charge right through a wall......
  • Particle effects don't work through reset

Getting started