Original author(s) Initial release 1981 Size 4K | Developer(s) The Image Producers Written in 6809 assembly Type Programming game | |
Similar Crobots, Core War, Robot Battle, Robocode |
Color robot battle adventures in programming
Color Robot Battle is an early programming game for the TRS-80 Color Computer, released in 1981 by The Image Producers.
Contents
- Color robot battle adventures in programming
- Color robot battle tau vs omega on the trs 80 color computer
- Robot Programming
- References
Color robot battle tau vs omega on the trs 80 color computer
Robot Programming
The aim of the game is to write a computer program that controls a (simulated) robot. Two programs are selected to do battle in an arena with the last robot standing being the winner. One of the examples from the manual follows:
*OMEGAROB> =R:XMWAL> =W:T-2START> CROB:CWAL:F8:=?:T1GSTARTThe robot controlled by this program follows the wall of the arena making an occasional random turn to break the movement pattern. The program scans for an opponent and attacks if one is found.
References
Color Robot Battle Wikipedia(Text) CC BY-SA