Robot Odyssey

Last updated

Robot Odyssey
Robot Odyssey Title Screen.png
Developer(s) Mike Wallace
Dr. Leslie Grimm
Publisher(s) The Learning Company
Platform(s) Apple II, MS-DOS, TRS-80 Color Computer
ReleaseDecember 1984
Genre(s) Programming
Mode(s) Single-player

Robot Odyssey is a programming game developed by Mike Wallace and Dr. Leslie Grimm and published by The Learning Company in December 1984. It is a sequel to Rocky's Boots , and it was released for the Apple II, TRS-80 Color Computer, and MS-DOS. Most players have found it challenging. [1] The player is readying for bed when, suddenly, they fall through the floor into an underground city of robots, Robotropolis. The player begins in the sewers of the city with three programmable robots, and must make their way to the top of the city to try to find their way home again.

Contents

Gameplay

The aim of Robot Odyssey is to program and control robots (Sparky, Checkers, and Scanner [2] with a fourth added in later levels) in order to escape Robotropolis, a labyrinthine underground city filled with hundreds of rooms of puzzles that need to be solved to progress any further. [3] The city consists of five levels [4] of increasing difficulty, requiring the design of more and more sophisticated circuits. [3]

A tutorial and robot testing laboratory (the "Innovation Lab") are also provided with the game.

Except for their color and initial programming, the three robots are identical inside. They are equipped with four thrusters and bumper sensors, a grabber, a radio antenna (for basic communication with other robots), a battery, and a periscope to use while riding inside a robot.

Throughout the game, the player is presented with various challenges which require programming the three robots to accomplish various tasks. This is done by wiring a synchronous digital circuit, consisting of logic gates and flip-flops, inside of the robots. Tasks and puzzles range from navigating a simple maze and retrieving items to complex tasks requiring interaction and communication between two or more robots. Though the player can ride inside the robots, most challenges involve the robots acting autonomously and cannot be completed with the player inside (and perhaps simply rewiring their robot on the fly).

The robots can also be wired up to chips, which provide a convenient and reproducible way to program the robots. Various pre-programmed chips are scattered throughout the city and range from complex circuits such as a wall-hugging chip which can be used to navigate through mazes and corridors (one of which is wired to a robot at the beginning) to clocks and counters. The player must find out how these chips work themselves, as the only information about each chip is a short, and sometimes cryptic, description. Additionally, there are predesigned chip files stored on the various disks containing the game that can be loaded into the in-game chips. The available chips stored in this fashion vary depending on the port or version used.

The Innovation Lab can be used to test out circuit designs in the robots or create new chips. Chips created in the lab can then be loaded into and used in the main game. Loading a chip in the main game will erase the previous programming stored in the chip.

Although the game is recommended for ages 10 and up, it can prove to be quite challenging even for adults. In terms of educational value, the game teaches the basic concepts of electrical engineering and digital logic in general.

Reception

Computer Gaming World reviewed Robot Odyssey and ChipWits , preferring the former to the latter but stating that they were "incredibly vivid simulation experiences". [5]

Reviews

Legacy

The engine for the game was written by Warren Robinett, and variants of it were used in many of The Learning Company's graphical adventure games of the time, including Rocky's Boots , Gertrude's Secrets , Gertrude's Puzzles , and Think Quick! , all of which are similar but easier logic puzzle games. The gameplay and visual design were derived from Robinett's influential Atari 2600 video game, Adventure .

Carnage Heart involves programming mechas that then fight without any user input.

Cognitoy's MindRover is a relatively recent game which is similar in spirit to Robot Odyssey, but uses different programming concepts in its gameplay.

ChipWits by Doug Sharp and Mike Johnston, a game for the Apple II, Macintosh, and Commodore 64 computers, is similar in both theme and implementation, although the interface to program your robot differed.

Epsitec Games created Colobot and Ceebot in recent years for Windows machines which are in many ways spiritual successors to Robot Odyssey. In these games the player programs machines to accomplish puzzle tasks. Instead of using logic flops, switches, etc., these two games instead teach the player the fundamentals of object-oriented programming like Java, C++, or C#.

One Girl One Laptop productions created a spiritual successor called Gate which uses the same digital logic puzzles as Robot Odyssey. [1]

There is also a clone written in Java, DroidQuest, which contains all of the original levels and an additional secret level. [10]

Further reading

See also

Related Research Articles

<span class="mw-page-title-main">Embedded system</span> Computer system with a dedicated function

An embedded system is a computer system—a combination of a computer processor, computer memory, and input/output peripheral devices—that has a dedicated function within a larger mechanical or electronic system. It is embedded as part of a complete device often including electrical or electronic hardware and mechanical parts. Because an embedded system typically controls physical operations of the machine that it is embedded within, it often has real-time computing constraints. Embedded systems control many devices in common use. In 2009, it was estimated that ninety-eight percent of all microprocessors manufactured were used in embedded systems.

Electronic design automation (EDA), also referred to as electronic computer-aided design (ECAD), is a category of software tools for designing electronic systems such as integrated circuits and printed circuit boards. The tools work together in a design flow that chip designers use to design and analyze entire semiconductor chips. Since a modern semiconductor chip can have billions of components, EDA tools are essential for their design; this article in particular describes EDA specifically with respect to integrated circuits (ICs).

<i>Adventure</i> (1980 video game) 1980 video game

Adventure is a video game developed by Warren Robinett for the Atari Video Computer System and released in 1980 by Atari, Inc. The player controls a square avatar whose quest is to explore an open-ended environment to find a magical chalice and return it to the golden castle. The game world is populated by roaming enemies: three dragons that can eat the avatar and a bat that randomly steals and hides items around the game world. Adventure introduced new elements to console games, including enemies that continue to move when offscreen.

<span class="mw-page-title-main">Warren Robinett</span> Software designer

Joseph Warren Robinett Jr. is a designer of interactive computer graphics software, notable as the developer of the Atari 2600's Adventure — the first graphical adventure video game — and as a founder of The Learning Company, where he designed Rocky's Boots and Robot Odyssey. More recently he has worked on virtual reality projects.

<i>Omega</i> (video game) 1989 video game

Omega is a video game developed and published by Origin Systems in 1989. It was directed by Stuart B. Marks.

<span class="mw-page-title-main">Visual programming language</span> Programming language written graphically by a user

In computing, a visual programming language, also known as diagrammatic programming, graphical programming or block coding, is a programming language that lets users create programs by manipulating program elements graphically rather than by specifying them textually. A VPL allows programming with visual expressions, spatial arrangements of text and graphic symbols, used either as elements of syntax or secondary notation. For example, many VPLs are based on the idea of "boxes and arrows", where boxes or other screen objects are treated as entities, connected by arrows, lines or arcs which represent relations.

A programming game is a video game that incorporates elements of computer programming, enabling the player to direct otherwise autonomous units within the game to follow commands in a domain-specific programming language, often represented as a visual language to simplify the programming metaphor. Programming games broadly fall into two areas: single-player games where the programming elements either make up part of or the whole of a puzzle game, and multiplayer games where the player's automated program is pitted against other players' programs.

Rocky's Boots is an educational logic puzzle game by Warren Robinett and Leslie Grimm, published by The Learning Company in 1982. It was released for the Apple II, CoCo, Commodore 64, IBM PC and the IBM PCjr. It was followed by a more difficult sequel, Robot Odyssey. It won Software of the Year awards from Learning Magazine (1983), Parent's Choice magazine (1983), and Infoworld, and received the Gold Award from the Software Publishers Association. It was one of the first educational software products for personal computers to successfully use an interactive graphical simulation as a learning environment.

<i>Carnage Heart</i> 1995 video game

Carnage Heart is a video game for the PlayStation, developed by Artdink. Its gameplay is a mecha-based, turn-based strategy game, where the player takes the role of a commander in a war fought by robots. The robots, called Overkill Engines (OKEs), cannot be directly controlled in battle; they must be programmed beforehand to behave in a certain way under certain conditions using a flow diagram system.

<i>Armored Core: Formula Front</i> 2004 video game

Armored Core: Formula Front is a mecha video game developed by FromSoftware and published by Agetec. It was a launch title for the PlayStation Portable in Japan, the 10th main installment in the Armored Core series.

<i>Captive</i> (video game) 1990 video game

Captive is a science fiction role-playing video game released by Mindscape in 1990. In the style of Dungeon Master, it uses pseudo-3D realtime graphics from a first-person perspective. It was released for Amiga, Atari ST, and, in 1992, MS-DOS.

<i>RoboSport</i> 1991 video game

RoboSport is a 1991 turn-based tactics computer game. It was created by Edward Kilham and developed and published by Maxis.

The following outline is provided as an overview of and topical guide to artificial intelligence:

<i>ChipWits</i> 1984 video game

ChipWits is a programming game for the Macintosh written by Doug Sharp and Mike Johnston and published by BrainPower software in 1984. Ports to the Apple II and Commodore 64 were published by Epyx in 1985.

<i>Deactivators</i> 1986 action-puzzle video game

Deactivators is a 1986 puzzle video game designed by David Bishop and Chris Palmer, developed by Tigress Marketing and System Software, and published by Ariolasoft's action game imprint Reaktor. The player controls bomb disposal robots known as deactivators and must use them to deactivate bombs planted by terrorists in five research complexes. The concept for the game came from a brainstorming session between Bishop and Palmer; its design and development took five to six months to complete. It was released for the Amstrad CPC 464, Commodore 64, and ZX Spectrum platforms in October 1986.

<span class="mw-page-title-main">Ricochet Robots</span> Puzzle board game for 2 or more people

Ricochet Robots is a puzzle board game for 2 or more people, designed by Alex Randolph, in which the playing pieces (robots) must be moved to selected locations in as few moves as possible, working within strict limitations on robots' movements. The game was first published in Germany in 1999 as Rasende Roboter. An English version was published by Rio Grande Games.

<i>MindRover</i> 1999 video game

MindRover: The Europa Project, also known as simply MindRover, is a video game for PC, developed by CogniToy.

<i>Star Wars: Pit Droids</i> 1999 video game

Star Wars: Pit Droids is an educational puzzle game developed and published by Lucas Learning. It was originally released for Microsoft Windows and Macintosh on September 13, 1999. It was later ported to iOS and released on February 9, 2012. The game develops skills such as hypothesis testing and geometry.

References

  1. 1 2 Auerbach, David (24 January 2014). "The Hardest Computer Game of All Time". Slate . Retrieved 11 May 2020.
  2. "Robot Odyssey manual" (PDF).
  3. 1 2 Mace, Scott (9 July 1984), "Games exhibit innovation", InfoWorld , p. 35, retrieved 25 January 2012
  4. Gore, Kay (1988). "Problem-Solving Software to Implement Curriculum Goals". Computers in the Schools. 4 (3–4): 171–178. doi:10.1300/J025v04n03_19. S2CID   62581591.
  5. Williams, Gregg (April–May 1985). "Robot Simulations / Tinkerer's Playgrounds". Computer Gaming World. p. 22.
  6. "Ludotique | Article | RPGGeek".
  7. "Jeux & stratégie HS 3". 1986.
  8. "GAMES Magazine #60". February 1985.
  9. "GAMES Magazine #60". February 1985.
  10. DroidQuest on GitHub and the Internet Archive