All Projects → historicalsource → checkpoint

historicalsource / checkpoint

Licence: other
Checkpoint (Unreleased Game) by Stu Galley (Infocom)

Programming Languages

ZAP
15 projects
ZIL
15 projects
CartoCSS
35 projects
RUNOFF
3 projects
Roff
2310 projects

Projects that are alternatives of or similar to checkpoint

seastalker
Seastalker, by Stu Galley and Jim Lawrence (Infocom)
Stars: ✭ 52 (+0%)
Mutual labels:  interactive-fiction, z-machine, infocom, stu-galley
starcross
Starcross by Dave Lebling
Stars: ✭ 73 (+40.38%)
Mutual labels:  interactive-fiction, zork, z-machine, infocom
minizork-1987
Sampler Edition of Zork (1987 Version) (Infocom)
Stars: ✭ 39 (-25%)
Mutual labels:  interactive-fiction, zork, z-machine, infocom
journey
Journey, by Marc Blank, Illustrated by Donald Langos (Infocom)
Stars: ✭ 54 (+3.85%)
Mutual labels:  interactive-fiction, z-machine, infocom
plunderedhearts
Plundered Hearts (Amy Briggs) (Infocom)
Stars: ✭ 57 (+9.62%)
Mutual labels:  interactive-fiction, z-machine, infocom
wishbringer-gold
Wishbringer: The Magick Stone of Dreams (Solid-Gold Edition) by Brian Moriarty (Infocom)
Stars: ✭ 45 (-13.46%)
Mutual labels:  interactive-fiction, z-machine, infocom
zork-german
German-Language Translation of Zork (Unreleased) (Infocom)
Stars: ✭ 30 (-42.31%)
Mutual labels:  zork, z-machine, infocom
leathergoddesses
Leather Goddesses of Phobos, by Steve Meretzky (Infocom)
Stars: ✭ 63 (+21.15%)
Mutual labels:  interactive-fiction, z-machine, infocom
ballyhoo
Ballyhoo, by Jeff O'Neill (Infocom)
Stars: ✭ 60 (+15.38%)
Mutual labels:  interactive-fiction, z-machine, infocom
zorkzero
Zork Zero: The Revenge of Megaboz, by Steve Meretzky of Infocom (1988)
Stars: ✭ 114 (+119.23%)
Mutual labels:  interactive-fiction, zork, z-machine
deadline
Deadline by Marc Blank (Infocom)
Stars: ✭ 102 (+96.15%)
Mutual labels:  interactive-fiction, z-machine, infocom
arthur
Arthur: The Quest for Excalibur, by Bob Bates of Infocom (1989)
Stars: ✭ 62 (+19.23%)
Mutual labels:  interactive-fiction, z-machine, infocom
leathergoddesses-gold
Leather Goddesses of Phobos Gold Edition, by Steve Meretzky (Infocom)
Stars: ✭ 73 (+40.38%)
Mutual labels:  interactive-fiction, z-machine, infocom
infidel
Infidel by Mike Berlyn (Infocom)
Stars: ✭ 83 (+59.62%)
Mutual labels:  z-machine, infocom
mojozork
A simple Z-Machine implementation in a single C file. Now with online multiplayer! :)
Stars: ✭ 83 (+59.62%)
Mutual labels:  zork, infocom
zork
Full C++-17 port of the 616-point version of Zork from MIT circa 1978-1981
Stars: ✭ 16 (-69.23%)
Mutual labels:  zork, infocom
limnoria-plugins
Limnoria plugins I wrote or forked.
Stars: ✭ 35 (-32.69%)
Mutual labels:  interactive-fiction, zork
narrator
The Ink language parser and runtime implementation in Lua.
Stars: ✭ 78 (+50%)
Mutual labels:  interactive-fiction
reinstead
RE:INSTEAD - Lightweight INSTEAD metaparser-only player
Stars: ✭ 15 (-71.15%)
Mutual labels:  interactive-fiction
borogove-ide
Borogove online IDE for IF languages
Stars: ✭ 15 (-71.15%)
Mutual labels:  interactive-fiction

Checkpoint Source Code Collection

Checkpoint is an unreleased interactive fiction game written by Stu Galley for Infocom.

Further information on Checkpoint:

What is this Repository?

This repository is a directory of source code for the incomplete Infocom game "Checkpoint", including a variety of files both used and discarded in the production of the game. It is written in ZIL (Zork Implementation Language), a refactoring of MDL (Muddle), itself a dialect of LISP created by MIT students and staff.

The source code was contributed anonymously and represents a snapshot of the Infocom development system at time of shutdown - there is no remaining way to compare it against any official version as of this writing, and so it should be considered canonical, but not necessarily the exact source code arrangement for production.

Basic Information on the Contents of This Repository

It is mostly important to note that there is currently no known way to compile the source code in this repository into a final "Z-machine Interpreter Program" (ZIP) file. There are .ZIP files in some of the Infocom Source Code repositories but they were there as of final spin-down of the Infocom Drive and the means to create them is currently lost.

Throughout its history, Infocom used a TOPS20 mainframe with a compiler (ZILCH) to create and edit language files - this repository is a mirror of the source code directory archive of Infocom but could represent years of difference from what was originally released.

In general, Infocom games were created by taking previous Infocom source code, copying the directory, and making changes until the game worked the way the current Implementor needed. Structure, therefore, tended to follow from game to game and may or may not accurately reflect the actual function of the code.

There are also multiple versions of the "Z-Machine" and code did change notably between the first years of Infocom and a decade later. Addition of graphics, sound and memory expansion are all slowly implemented over time.

What is the Purpose of this Repository

This collection is meant for education, discussion, and historical work, allowing researchers and students to study how code was made for these interactive fiction games and how the system dealt with input and processing. It is not considered to be under an open license.

Researchers are encouraged to share their discoveries about the information in this source code and the history of Infocom and its many innovative employees.

Some Trivia and Notes on this Repository

After finishing Seastalker, (Galley) had the idea to write a Cold War espionage thriller, tentatively called Checkpoint: “You, an innocent train traveler in a foreign country, get mixed up with spies and have to be as clever as they to survive.” He struggled for six months with Checkpoint, almost as long as it took some Imps to create a complete game, before voluntarily shelving it: “The problem there was that the storyline wasn’t sufficiently well developed to make it really interesting. I guess I had a vision of a certain kind of atmosphere in the writing that was rather hard to bring off.”

-- From "Moonmist", an article by Jimmy Maher (https://www.filfre.net/2015/03/moonmist/)

  • The working title was "Spy", and this was also the working title of Border Zone. Therefore it is often reported that Border Zone is a refashioning of Spy/Checkpoint, but Marc Blank's cold-war thriller game was written entirely separate.
  • Stu Galley turned his attention from this project to a game that would eventually become "Moonmist".

The compiled code in this repository (spy.zip and COMPILED/spy.z5) is not the checkpoint game, but rather a early version of Journey. The code here can be compiled if you would like to try the actual game.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].