Code Wars
Posted: Sat Dec 04, 2010 12:29 am
Found this interesting little game earlier today, I plan to give it a go over the weekend.
http://www.corewars.org/
http://www.corewars.org/
Code: Select all
if ($this->take_damage())
{
$this->deal_damage($this->damage_taken*2);
}