views:

158

answers:

6

Do we have any game for programmers?

I forget the name of s site in which we have to train our robot using function to travel like packman. Anyone remember the site?

+2  A: 

You might be thinking about Logo. You train a turtle.

Another good + fun teaching tool for programming is MIT's Scratch project.

Chetan
+3  A: 

LightBot is one of such games, and it's great. It shows the power of standard programming approaches, and can be used even to teach children :)

Kel
+1  A: 

Not a "game", but a competition: CodeCup

I think last year's problem was similar to the one you described...

Archive of last year's problem description

irrelephant
+4  A: 

There's Project Euler.

Jens
Not forgetting http://www.codechef.com/
Soulseekah
..and http://www.hackthissite.org/missions/programming/ which is tons of fun
Soulseekah
+1  A: 

A modern version seems to be Robot Battle: http://www.robotbattle.com/

Otherwise there is always the classic Core War: http://www.corewars.org/index.html

Is either of these games what you were thinking of?

Michael Patterson
+1  A: 

I've had some fun with Manufactoria.

It's somewhat similar to Lightbot, but it involves a Turing-machine-like tape with symbols.

On second thought, it's not that similar to Lightbot. It's a lot more complex!

Zecc