MIT Video Game Programming Competition in Java
A reader writes:"252 MIT students are spending the month of January writing Java
programs to control virtual robots in a videogame environment called
Robocraft. These virtual robots will battle each other for cash
prizes in a tournament to see who can write the best Robocraft
player. The
competition is being sponsored
by top tech companies including Bank of America, Electronic Arts, BBN,
Schlumberger, Google, Microsoft, Apple, and Oracle. Only MIT students
are eligible to compete, but anyone can read the specs,
download the software,
and program their own virtual robot using the Robocraft
API."
sounds like that programming game.
this sounds like Robocode from IBM, http://www.robocode.net has a large following. We used this in my 1st year as a programming project. My friend's was powerful... it would learn you and never loose.
it's not hard to do. There is a set API, and everything is there. It's like lego,... which makes it fun too.
while(1) { fork(); };