I hereby claim:
- I am jamesbaber on github.
- I am jamesbaber (https://keybase.io/jamesbaber) on keybase.
- I have a public key whose fingerprint is 6D2C 02D8 5BC1 4E65 C13C 96FF AB75 D222 6482 B782
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <script> | |
| if (window.location.protocol != "https:") | |
| window.location.href = "https:" + window.location.href.substring(window.location.protocol.length); | |
| </script> |
| function IsDead( enemy ) { | |
| if (enemy.health <= 0) { | |
| return true; | |
| } else { | |
| return false; | |
| } | |
| } | |
| function RemoveDead(enemy) { | |
| var deadEnemies = enemys.find(IsDead); |