This article needs additional citations for verification .(August 2007) |
Larn | |
---|---|
Developer(s) | Noah Morgan |
Designer(s) | Noah Morgan |
Platform(s) | Cross-platform |
Release | 1986 |
Genre(s) | Roguelike |
Mode(s) | Single-player |
Larn is a roguelike video game written by Noah Morgan in 1986 for the UNIX operating system. Morgan's original version of Larn remains part of the NetBSD games collection. [1]
It can take many hours and tens (or even hundreds) of thousands of game turns to beat other roguelikes, such as NetHack or Ancient Domains of Mystery , [2] but Larn can reasonably be completed in one play session. [3]
Primary development of Larn halted in 1991 with version 12.3, but its open source nature has led to later variants. Developers have ported the game to such diverse operating systems as Solaris, Amiga OS, Atari TOS, and Microsoft Windows.
In October 2015, a GitHub repository was created and Larn started to be developed and maintained once again from the original source code. This makes Larn one of the oldest video games still being developed. [4]
In 1987, Phil Cordier modified the Larn source code to form Ultra-Larn, or more commonly, ULarn. It introduced true character classes and additional levels, weapons, etc. As with its parent, other developers have maintained and refined ULarn in the absence of its author.
Larn is one of the first roguelike games to feature a persistent home level - in this case, a town. In addition to the player's residence, the town offers a bank, a shop, a trading post, a school, a tax administration office, and entrances to two dungeons, one of which is a volcano.
The goal of Larn is for the player to traverse a dungeon in search of a potion that will cure his ailing daughter of 'dianthroritis'. This quest is time-limited, measured in 'mobuls'. Apart from the main dungeon's ten levels, three additional levels are located beneath a volcanic shaft. To obtain the sought-after potion, the player must first acquire adequate experience, power, and gold. Larn increases in difficulty each time it is finished, making it harder for players to perform in-game actions, such as destroying walls or statues. Larn also requires the player pay a tax in subsequent games based on the amount of money in the player's possession when the game was last won.
Blitz BASIC is the programming language dialect of the first Blitz compilers, devised by New Zealand-based developer Mark Sibly. Being derived from BASIC, Blitz syntax was designed to be easy to pick up for beginners first learning to program. The languages are game-programming oriented but are often found general purpose enough to be used for most types of application. The Blitz language evolved as new products were released, with recent incarnations offering support for more advanced programming techniques such as object-orientation and multithreading. This led to the languages losing their BASIC moniker in later years.
Freeciv is a single- and multiplayer turn-based strategy game for workstations and personal computers inspired by the proprietary Sid Meier's Civilization series. It is available for most desktop computer operating systems and available in an online browser version. Released under the GNU GPL-2.0-or-later, Freeciv is free and open-source software. The game's default settings are closest to Civilization II, in both gameplay and graphics, including the units and the isometric grid. However, with a lot of multiplayer games being played in longturn communities, rulesets and additional variants have evolved away from the original ruleset. Freeciv is playable online at Longturn.net, fciv.net, freecivweb.org and some temporary private servers.
KornShell (ksh
) is a Unix shell which was developed by David Korn at Bell Labs in the early 1980s and announced at USENIX on July 14, 1983. The initial development was based on Bourne shell source code. Other early contributors were Bell Labs developers Mike Veach and Pat Sullivan, who wrote the Emacs and vi-style line editing modes' code, respectively. KornShell is backward-compatible with the Bourne shell and includes many features of the C shell, inspired by the requests of Bell Labs users.
NetHack is an open source single-player roguelike video game, first released in 1987 and maintained by the NetHack DevTeam. The game is a fork of the 1982 game Hack, itself inspired by the 1980 game Rogue. The player takes the role of one of several pre-defined character classes to descend through multiple dungeon floors, fighting monsters and collecting treasure, to recover the "Amulet of Yendor" at the lowest floor and then escape.
Wine is a free and open-source compatibility layer to allow application software and computer games developed for Microsoft Windows to run on Unix-like operating systems. Developers can compile Windows applications against WineLib to help port them to Unix-like systems. Wine is predominantly written using black-box testing reverse-engineering, to avoid copyright issues. No code emulation or virtualization occurs. Wine is primarily developed for Linux and macOS.
Roguelike is a style of role-playing game traditionally characterized by a dungeon crawl through procedurally generated levels, turn-based gameplay, grid-based movement, and permanent death of the player character. Most roguelikes are based on a high fantasy narrative, reflecting their influence from tabletop role-playing games such as Dungeons & Dragons.
The Dungeons of Moria, usually referred to as simply Moria, is a computer game inspired by J. R. R. Tolkien's novel The Lord of the Rings. The objective of the game is to dive deep into the Mines of Moria and kill the Balrog. Moria, along with Hack (1984) and Larn (1986), is considered to be the first roguelike game, and the first to include a town level.
Rogue is a dungeon crawling video game by Michael Toy and Glenn Wichman with later contributions by Ken Arnold. Rogue was originally developed around 1980 for Unix-based minicomputer systems as a freely distributed executable. It was later included in the Berkeley Software Distribution 4.2 operating system (4.2BSD). Commercial ports of the game for a range of personal computers were made by Toy, Wichman, and Jon Lane under the company A.I. Design and financially supported by the Epyx software publishers. Additional ports to modern systems have been made since by other parties using the game's now-open source code.
Hack is a 1984 roguelike video game that introduced shops as gameplay elements and expanded available monsters, items, and spells. It later became the basis for NetHack.
Angband is a dungeon-crawling roguelike video game derived from Umoria. It is based on the writings of J. R. R. Tolkien, in which Angband is the fortress of Morgoth. The current version of Angband is available for all major operating systems, including Unix, Windows, Mac OS X, and Android. It is identified as one of the "major roguelikes" by John Harris. Angband is free and open source game under the GNU GPLv2 or the angband license
Abuse is a run and gun video game developed by Crack dot Com and published by Electronic Arts in North America and Origin Systems in Europe. It was released on February 29, 1996 for MS-DOS. A Mac OS port of the game was published by Bungie and released on March 5, 1997. The game's source code, along with some of the shareware content, has been in the public domain since the late 1990s and has been ported to Linux and many other platforms.
Warzone 2100 is an open-source real-time strategy and real-time tactics hybrid computer game, originally developed by Pumpkin Studios and published by Eidos Interactive. It was originally released in 1999 for Microsoft Windows and PlayStation, and is now also available for macOS, FreeBSD, AmigaOS 4, AROS, MorphOS, Linux, NetBSD and OpenBSD.
Dungeon Crawl Stone Soup (DCSS) is a free and open source roguelike computer game and the community-developed successor to the 1997 roguelike game Linley's Dungeon Crawl, originally programmed by Linley Henzell. It has been identified as one of the "major roguelikes" by John Harris.
Simple and Fast Multimedia Library (SFML) is a cross-platform software development library designed to provide a simple application programming interface (API) to various multimedia components in computers. It is written in C++ with bindings available for Ada, C, Crystal, D, Euphoria, Go, Java, Julia, .NET, Nim, OCaml, Python, Ruby, and Rust. Experimental mobile ports were made available for Android and iOS with the release of SFML 2.2.
Tales of Maj'Eyal is an open-source roguelike video game released for Microsoft Windows, Mac OS X, and Linux in 2012. Tales of Maj'Eyal is available as donation-supported freeware (donationware) from the developers; donations grant some exclusive online features as part of a freemium model. The game may also be purchased through the digital distribution outlets Steam or GOG. The game's TE4 game engine source code is under a GNU GPLv3 license, while the game's assets are licensed for use "with the Tales of Maj'Eyal game only".
Delver is a 2018 first-person roguelike action dungeon crawler video game developed by Priority Interrupt. It was released for Microsoft Windows, macOS, and Linux on February 2, 2018.
Pixel Dungeon is a 2012 roguelike indie game created by Oleg Dolya. Through turn-based gameplay, the player must descend and battle through dungeon floors to obtain the Amulet of Yendor. Initially developed for Android, it expanded to iOS and PC platforms. Dolya stopped updating the game in 2015. Since it is open source, the game's small community have created mods and games based on Pixel Dungeon's code, the most notable of which is Shattered Pixel Dungeon. While it received little attention from game critics, the few who reviewed it found the gameplay addictive, striking a balance between approachability and roguelikes's defining difficulty.