As some of you know, I’ve been working on a language called MiniScript for embedding into Unity games. I’ll probably use it myself for mod support in High Frontier, but I want to be sure it gets plenty of exercise. So I’m thinking about making a little programming game with it, just for fun.
As a yoot, I spent hours playing RoboWar, so that’s my golden standard for programming games:

You play this game by writing a script to control your bot, and turning it loose in the arena. Once the battle begins, you are only a spectator!So my first instinct would be to pretty much recreate this: 2-6 robots in an arena, shooting each other with various weapons and defending with energy shields, armor, dodging, and hiding.
But that’s not quite as easy as it sounds, because balancing all that stuff can be tricky. And I wonder if I’m limiting myself right off the bat, just because this is almost the only programming game I’ve ever played.
Are there other programming games which are fun, but even simpler than this? Or something you’ve always dreamed of but never seen?



