GearHead

From Wikipedia, the free encyclopedia

GearHead
Developer(s) Joseph Hewitt
Publisher(s) None
Designer(s) Joseph Hewitt
Release date(s) 2004
Genre(s) Roguelike
Mode(s) Single player
Platform(s) Microsoft Windows,FreeBSD,Linux

GearHead is a futuristic roguelike game, created by Joseph Hewitt. It is open-source software.

[edit] Description

GearHead is the first roguelike to explore the world of "mecha" (giant robots). Lots of futuristic jobs and skills (mecha pilot, medic, etc.) are available, as well as piloting those mechas. Among GearHead's features:

  • Quests are randomly generated, based on predefined scripts, the number of which is constantly increasing.
  • Skills are increased both by successfully using them or "buying" them in exchange for XP obtained by completing quests and slaying foes.
  • Extensive mecha design system, allowing in-game modification of existing models.
  • Two spatial scales: personal (on foot), in which the default movement uses the standard coordinates convention, and mecha which uses a "turtle" system in which you must turn and advance.
  • The global plot consists of a number of smaller subplots, which are randomly generated every time.
  • Very open structure: All objects/plots/monsters are stored in plain text files, so it's quite easy to add/modify content.

[edit] Versions and platforms

Like most roguelikes by Joseph Hewitt, GearHead was developed in Free Pascal. It's available for Linux, FreeBSD, DOS and Microsoft Windows. The source code is quite portable, so it's probably possible to compile it on other platforms too.

A sequel, GearHead-2, has been released.

[edit] External links