Programmer's Wiki
Advertisement

RoboWar is an Open source Video game in which the player programs onscreen icon-like Robots to battle each other with animation and sound effects. The syntax of the language in which the robots are programmed is a relatively simple stack-based one, based largely on IF, THEN, and simply-defined variables.

25 RoboWar tournaments were held in the past between 1989 until roughly 2003, when tournaments became intermittent and many of the major coders moved on. All robots from all tournaments are available on the RoboWar website.

The RoboWar programming language, RoboTalk, is based on Reverse Polish notation and is similar in structure to Forth (programming language).

Programming features[]

RoboWar for the Macintosh was notable among the genre of autonomous robot programming games for the powerful programming model it exposed to the gamer. By the early 1990s, RoboWar included an integrated debugger that permitted stepping through code and setting breakpoints. Later editions of the RoboTalk language used by the robots (a cognate of the HyperTalk language for Apple's HyperCard) included support for interrupts as well.

History[]

RoboWar was originally released as a Closed source Shareware game in 1992 by David Harris for the Apple Macintosh platform. [Source: MacArcade; Don Rittner's Top Shareware Game Picks; 1993 by Don Rittner; Ventana Press; ISBN 1-56604-038-8 p. 114] The source code has since been released and implementations are now also available for Microsoft Windows. It was based upon the same concepts as the 1981 Apple II game Robot.

Initially tournaments were run by David Harris himself, but were eventually run by Eric Foley.

External links[]

Smallwikipedialogo.png This page uses content from Wikipedia. The original article was at RoboWar. The list of authors can be seen in the page history. As with the Programmer's Wiki, the text of Wikipedia is available under the GNU Free Documentation License.
Advertisement