Found this interesting little game earlier today, I plan to give it a go over the weekend.
http://www.corewars.org/
Code Wars
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Code Wars
is it code war or core war?
Re: Code Wars
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);
}
w00t