Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 665 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 665 Bytes

The Rubying Walking Dead

DesafioLatam G2-Santiago Ruby Exercise.

Instructions

  1. Build a game with Person and Zombie classes. They walk around within a coordenated board randomly. When a zombie is close to a person display a warning. If the zombie is right next to the person, zombie attacks warning
  2. Add a Dog class, it has to kill a zombie when it's close to a person and a zombie.
  3. Add a Weapon class, people can take this weapon when they are in the same position. If a zombie get close to a armed person, he/she can kill the zombie.
  4. (jCrip special) When shooting a gun, people has 3 chances to headshot the zombie, otherwise the zombie won't die.