vote up 3 vote down star
3

One title per answer.

flag

30% accept rate

17 Answers

vote up 2 vote down

Years ago, I wasted way too much time on Omega

link|flag
vote up -1 vote down

Graal Online

really nice ;)

link|flag
vote up 3 vote down

Lists and Lists: An interactive tutorial by Andrew Plotkin.

"An introductory course in the Scheme programming language (a dialect of Lisp) presented as a text adventure - or, to put it another way, a Scheme interpreter with a wee scrap of text adventure wrapped around it. Since it's Z-code, and the first Z-code games were written in another Lisp variant, there's an odd circularity to it all."

- Carl Muckenhoupt

link|flag
vote up 9 vote down

Robocode is a great way to learn Java and have fun doing it. You write Java code to program a robot, which then battles it out against one or more other robots. It's years ago I tried it, but I remember having great fun doing it. We even programmed robots at work (in between the real work ;) ) and had a small competition going to see who could come up with the best algorithms. Recommended!

link|flag
vote up 1 vote down

Microsoft's Terrarium, which involved programming the intelligence of a creature using any .Net language, has now been open sourced to CodePlex

link|flag
vote up 3 vote down

Similar question: Best programming based games

link|flag
I was about to point to that. People should use search before asking a question (although this site is quickly become big, it took me a while to find back the question, knowing it exists!). – PhiLho Sep 27 '08 at 10:38
I thought "Related Questions" would show any duplicates but it didn't. Also i'm interested in all of them, not just best :) – Constantin Sep 27 '08 at 12:45
vote up 1 vote down

EpsiTec CeeBot

link|flag
vote up 7 vote down

A little Flash game I found the other day: http://www.gameroo.nl/games/light-bot

Be careful, you will likely lose about an hour of your life ;)

link|flag
vote up 1 vote down

Good list on Wikipedia!

Programming games of note include Core War, Robocode, RoboWar, Robot Battle, Crobots and AI Wars. Final Fantasy XII also includes some elements of a programming game, as the player creates the AI of his characters, although the player can also choose to directly control the action.

link|flag
vote up 1 vote down

Starship Soccer (http://www.geocities.com/siliconvalley/horizon/8596/StarshipSoccer.html) pits C++ controlled teams against each other, playing a mix of Space War and football.

link|flag
vote up 1 vote down

GNU Robots (http://en.wikipedia.org/wiki/GNU_Robots) is a great way to get stuck into Lisp.

link|flag
vote up 1 vote down

Discover fundamentals of computer programming by playing a board game; c-jump helps children to learn basics of programming languages, such as C, C++ and Java.

http://www.c-jump.com/

link|flag
vote up 1 vote down

Crobots

link|flag
vote up 12 vote down

Core War (http://en.wikipedia.org/wiki/Core_war) is the classic, where two programs run in a simulated machine, each trying to halt the other one.

link|flag
I always liked MOV 0,1 :-) – Axeman Sep 27 '08 at 10:09
vote up 6 vote down

RoboRally!

link|flag
Yeah, you gotta love that one! – steffenj Sep 27 '08 at 12:48
vote up 1 vote down

Second Life

link|flag
vote up 0 vote down

Life? 

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.