Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21c9c903d612a7e

Jump to content

// Workers AI · dad joke modeWhat did Color Robot Battle say when it ran? It was a hue-ge success.

From Wikipedia, the free encyclopedia
Color Robot Battle
DeveloperThe Image Producers[1]
PublisherRadio Shack
DesignerGlenn Sogge[1]
ProgrammerDel Ogren[1]
PlatformTRS-80 Color Computer
Release1981
GenreProgramming

Color Robot Battle is a programming game developed by Glenn Sogge and Del Ogren for the TRS-80 Color Computer and published by Radio Shack in 1981.[2]

Robot Programming

[edit]

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.[3] One of the examples from the manual follows:

*OMEGA
ROB> =R:XM
WAL> =W:T-2
START> CROB:CWAL:F8:=?:T1
GSTART

The 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.

See also

[edit]

References

[edit]
  1. 1 2 3 Boyle, L. Curtis. "Color Robot Battle". Tandy Color Computer Games.
  2. Hoffman, Paul "Robots Maneuver Humans Into Programming", The Rainbow (Apr 1983) Page 140-142.
  3. Color Robot Battle on the Programming Games Wiki
[edit]