Difference between revisions of "GearHead"
Jump to navigation
Jump to search
m (updated version) |
|||
Line 1: | Line 1: | ||
{{game-stable| name = GearHead | |||
{{ | |||
|developer = [[Joseph Hewitt]] | |developer = [[Joseph Hewitt]] | ||
|influences = [[Hack]] | |influences = [[Hack]] | ||
Line 16: | Line 14: | ||
|site = http://www.geocities.com/pyrrho12/programming/gearhead/index.html | |site = http://www.geocities.com/pyrrho12/programming/gearhead/index.html | ||
}} | }} | ||
'''GearHead''' is a [[futuristic roguelike]], created by [[Joseph Hewitt]]. | |||
== Description == | == Description == | ||
Line 42: | Line 42: | ||
* [http://ghforum.chaosforge.org/ GearHead Forum] | * [http://ghforum.chaosforge.org/ GearHead Forum] | ||
* [http://ghwiki.chaosforge.org/ GearHead Wiki] | * [http://ghwiki.chaosforge.org/ GearHead Wiki] | ||
[[Category:Futuristic roguelikes | [[Category:Futuristic roguelikes]] |
Revision as of 23:26, 18 September 2006
GearHead | |
---|---|
Stable game | |
Developer | Joseph Hewitt |
Theme | Science Fiction, Mecha |
Influences | Hack |
Released | 2002 ({{{relver}}}) |
Updated | 2 July 2006 ({{{updver}}}) |
Licensing | LGPL |
P. Language | Free Pascal |
Platforms | Linux, Msdos, Windows |
Interface | ASCII, Keyboard |
Game Length | ? |
Official site of GearHead |
GearHead is a futuristic roguelike, created by Joseph Hewitt.
Description
GearHead is the first roguelike to explore the world of "mechas" (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.
Versions and platforms
Like most roguelikes by Joseph Hewitt, GearHead was developped in Free Pascal. It's available for Linux, FreeBSD, DOS and Windows. Source code is quite portable, so it's probably possible to compile it on other platforms too.
See also
Related topics
- GearHead2, the sequel.
- Stable games