RogueLike

Roguelike (or rogue-like) is a subgenre of role-playing games characterized by a dungeon crawl through procedurally generated levels, turn-based gameplay, tile-based graphics, 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 and Dragons.

Though the roguelikes Beneath Apple Manor and Sword of Fargoal predate it, the 1980 game Rogue, which is an ASCII based game that runs in terminal or terminal emulator, is considered the forerunner and the namesake of the genre, with derivative games mirroring Rogue's character- or sprite-based graphics. These games were popularized among college students and computer programmers of the 1980s and 1990s, leading to hundreds of variants. Some of the better-known variants include Hack, NetHack, Ancient Domains of Mystery, Moria, Angband, Tales of Maj'Eyal, and Dungeon Crawl Stone Soup. The Japanese series of Mystery Dungeon games by Chunsoft, inspired by Rogue, also fall within the concept of roguelike games.

The exact definition of a roguelike game remains a point of debate in the video game community. A "Berlin Interpretation" drafted in 2008 defined a number of high- and low-value factors that distinguished the "pure" roguelike games Rogue, NetHack and Angband from edge cases like Diablo. Since then, with more powerful home computers and gaming systems and the rapid growth of indie video game development, several new "roguelikes" have appeared, with some but not all of these high-value factors, nominally the use of procedural generation and permadeath, while often incorporating other gameplay genres, thematic elements, and graphical styles; common examples of these include Spelunky, FTL: Faster Than Light, and The Binding of Isaac. To distinguish these from traditional roguelikes, such games may be referred to as "rogue-lite", "roguelike-like", or "procedural death labyrinths". https://en.wikipedia.org/wiki/Roguelike

https://www.greenmangaming.com/blog/what-is-a-roguelike/

https://tvtropes.org/pmwiki/pmwiki.php/Main/Roguelike

Developing

libtcod is a free, fast, portable and uncomplicated API for roguelike developers providing an advanced true color console, input, and lots of other utilities frequently used in roguelikes. https://github.com/libtcod/libtcod

tcod is a Python cffi port of libtcod... This module was designed to be backward compatible with the original libtcodpy module distributed with libtcod. https://pypi.org/project/tcod/

Ron Jeffries and others are zoom-mobbing (mob programming) a RogueLike using Codea Lua.

  • Dec01'2020 he's considering restarting with a new model: GeePaw Hill suggested that a world model focused on tiles of some finite size, making up rooms of N by M tiles might make for a simpler more manageable model.

Edited:    |       |    Search Twitter for discussion