sli-fox / jamms

Apache License 2.0
3 stars 1 forks source link

jeremy's objectives for final version 1 #94

Open jeremy-melnyk opened 9 years ago

jeremy-melnyk commented 9 years ago
  1. fix critter in wave count bug
  2. fix critter apply effect (on attack())
  3. remove tower manager loop in gamestateplay and replace with critter->notify() which calls towerObserver->canAttack(this) which handles all attacking logic
  4. move sf::text and health displays to gameObject and implement it in attack()
  5. finish GUI make it look nice 6.capture player name in mapEditor prompts
jeremy-melnyk commented 9 years ago
  1. cleanup gameStatePlay (buttons, attackLoop, texts, map draw loop. initializations, etc.) module anything that should be separated