Text adventure games

From Libregamewiki
Jump to navigation Jump to search



Text adventure games.png

A text adventure is a type of adventure which exclusively or primarily communicates the game events through text. Text adventures generally don’t come with any graphical illustrations or animations, but if they do, those illustrations tend to be rather simplistic. They differ from visual novels in that visual novels are much more heavy on the illustration part.

List of Text adventure games[edit]

This is a list of free/libre text adventure games:



Game Screenshot Last Release Genres Description
Adventure Adventure.png 2017-05-15 Text adventure
Adventure
Adventure.png
Adventure
GenreText adventure
Latest release2.5  (Announcement)
Release dateMay 15th, 2017
PlatformGNU/Linux, DOS, OS/2
DeveloperWilliam Crowther, Don Woods; C port by Jim Gilloghy
Code license 2-Clause BSD License[1]
P. languageC
Homepagehttp://rickadams.org/adventure/
Contribute
Adventure is a free game. This means that the source code and media files are available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well.

Adventure, aka Colossal Cave Adventure or just Colossal Caves[2], is a text-based adventure game written by William Crowther and Don Woods. The game is licensed under the 2-Clause BSD License. It did not originally include any license information except a rights reservation by Don Woods as it predates modern conventions on software licensing, however in 2017 Eric S. Raymond received permission from Woods that the game may be released under that license.[1] This applies to version 2.5, which was first released in 1995.[3] For Raymond's port to modern C, see Open Adventure.

Adventure was the very first[4][5][6] interactive fiction game. In fact adventure games were named after it.[7] A version was included with The UNIX Book of Games by Janice Winsor in 1996.

Zork Zork photo.jpg 1982 Text adventure
Zork
Zork photo.jpg
Zork being played on a Kaypro CP/M computer
GenreText adventure
Release date1982
PlatformZ-machine
DeveloperTim Anderson, Marc Blank, Bruce Daniels, Dave Lebling; commercial version: Infocom
Code licenseMIT-0[8]; commercial version: MIT[9]
P. languageMDL; commercial version: ZIL
Contribute
Zork is a free game. This means that the source code and media files are available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well.

Zork, aka Zork I: The Great Underground Empire, Zork II: The Wizard of Frobozz, and Zork III: The Dungeon Master, is a text-based adventure game initially written by Tim Anderson, Marc Blank, Bruce Daniels, and Dave Lebling and later published commercially by Infocom for PCs. The game was initially written for PDP-10 mainframe computer in MDL and later, after it proved to be popular, the game was expanded and released commercially. For commercial release the game was rewritten in the Zork Implementation Language (ZIL) which compiled into instructions for Z-machine. This made it possible to port the game to new platforms simply by porting the Z-machine interpreter itself, making the game logic platform independent. Due to its size, the commercial release necessitated splitting the game into three parts.

The source code of the original MIT version was published as a part of the Massachusetts Institute of Technology, Tapes of Tech Square collection in 2020 and released under the MIT No Attribution license in 2022[10]. The source code of the commercial version was released under an MIT license in 2025[9].

Open Adventure OpenAdventure.jpg 2026-03-22 Text adventure, Interactive fiction
Open Adventure
OpenAdventure.jpg
GenresText adventure, Interactive fiction
Latest release1.21  (Announcement)
Release dateMarch 22nd, 2026
PlatformsmacOS, GNU/Linux
DeveloperWilliam Crowther, Don Woods, Eric S. Raymond, Jason Ninneman
Code license2-Clause BSD[11]
Media licenseNot applicable
EngineCustom
P. languageC
Homepagehttp://www.catb.org/~esr/open-adventure/
Contribute
Open Adventure is a free game. This means that the source code and media files are available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well.

Open Adventure is a port of Adventure 2.5 to modern C. It is being developed by Eric S. Raymond after Don Woods gave permission for the original to be released under a BSD license.[12] It is meant to maintain the intended gameplay of the original 2.5 (also known as 430-point Adventure) as closely as possible while fixing bugs and modernizing source code, as well as supporting more recent conventions in interactive fiction command syntax.[13]

The night wolves attacked the mountain village of Venzone Wolf-Attack-Venzone.png 2023-03-14 Text adventure
The night wolves attacked the mountain village of Venzone
Wolf-Attack-Venzone.png
GenreText adventure
Latest release0.1.0.0  (Announcement)
Release dateMarch 14, 2023
PlatformWeb
DevelopersFrancesco Ariis
Code licenseGPLv3
Media licenseGPLv3
P. languagesHaskell, HTML
Homepagehttp://ariis.it/static/articles/game-misc/page.html
Contribute
The night wolves attacked the mountain village of Venzone is a free game. This means that the source code and media files are available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well.

The night wolves attacked the mountain village of Venzone is a survival horror choose-your-own-adventure game created for the August 2021 LibreJam. The player takes up the story of three citizens, a Priest, Child and Farmer, from the village of Venzone, Italy in the year 1609 as it is besieged by supernatural wolves. Two paths for each scenario are given and these determine the fate of one or more of the protagonists. A selection of audio files set the mood. It is available to play through a web browser, or through a native build.

Look Around the Corner Lookaroundthecorner.png 2014-06-12 Text adventure, Interactive fiction
Look Around the Corner
Lookaroundthecorner.png
Look Around the Corner in QTads v. 3
GenreText adventure, Interactive fiction
Latest release5
Release dateJune 12th, 2014
Code licenseAGPL v3+[14]
EngineTADS
Contribute
Look Around the Corner is a free game. This means that the source code and media files are available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well.

Look Around the Corner is a short and simple escape room puzzle game. In order to play it you will need a TADS interpreter such as QTads or alternatively you can play online by using the web interface at tads.org[15].

Dunnet no image 1992-07-25 Text adventure
Dunnet
GenreText adventure
Latest release2.01
Release dateJuly 25th, 1992
PlatformEmacs
DeveloperRon Schnell
Code licenseGNU GPL v2 or later
Media license(no media)
P. languageEmacs Lisp
Homepagehttp://www.driver-aces.com/ronnie.html#dunnet
Contribute
Dunnet is a free game. This means that the source code and media files are available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well.

Dunnet is a text adventure game included in Emacs. In Dunnet, we play a people (Robert Toukmond?) who is in a Unix system. We play using basic commands (go, look, take, put...) but the particularity of the game is we can access to computers and change the world. For example, on the computer pokey, a file "paper.o.Z" is in our home directory. The particularity of .o, in the game, is to represents items. When we uncompress the file, a paper appears in our inventory. When we use FTP for transfer our items to the gamma server, the files disappears and our items too. When we rlogin to gamma, we're teleported to a rooms, with our items.

Storm Over London Stormoverlondon.png 2015-04-02 Interactive fiction, Text adventure
Storm Over London
Stormoverlondon.png
Running in a browser
GenresInteractive fiction, Text adventure
Latest release2  (Announcement)
Release dateApril 2nd, 2015
PlatformsGNU/Linux, Windows, macOS, Haiku , DOS, Browser
DeveloperJuhana Leinonen
Code licenseMIT[16]
Media licenseNot applicable
EngineHugo
P. languageHugo
Homepagehttps://nitku.net/if/storm/
Contribute
Storm Over London is a free game. This means that the source code and media files are available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well.

Storm Over London is an interactive fiction game written in Hugo. While Hugo compilers and interpreters are non-free[17], the game itself is under an MIT license.[16]

This page is a stub. Please help LibreGameWiki by expanding it.