Page 1 of 1

Code Wars

Posted: Sat Dec 04, 2010 12:29 am
by sdevaney
Found this interesting little game earlier today, I plan to give it a go over the weekend.

http://www.corewars.org/

Re: Code Wars

Posted: Sat Dec 04, 2010 3:36 am
by hallsofvallhalla
is it code war or core war?

Re: Code Wars

Posted: Sat Dec 04, 2010 5:04 am
by kaos78414
A game where you program your character? That is pretty awesome.

Code: Select all

if ($this->take_damage())
{
$this->deal_damage($this->damage_taken*2);
}
:P