historicalsource / Amfv

A Mind Forever Voyaging, by Steve Meretzky (Infocom)

Projects that are alternatives of or similar to Amfv

Rouleth
Roulette Smart Contract on Ethereum Blockchain
Stars: ✭ 75 (-7.41%)
Mutual labels:  game
Tenuki
Tenuki is a web-based go board and JavaScript library
Stars: ✭ 78 (-3.7%)
Mutual labels:  game
Iwbtc
I Wanna Be Thy Copy
Stars: ✭ 79 (-2.47%)
Mutual labels:  game
Bige
游戏服务器框架。
Stars: ✭ 76 (-6.17%)
Mutual labels:  game
Openrails
Open Rails: free train simulator that supports the world's largest range of digital content.
Stars: ✭ 76 (-6.17%)
Mutual labels:  game
Rogue.vim
Porting of Rogue-clone II for Vim
Stars: ✭ 78 (-3.7%)
Mutual labels:  game
Lila
♞ lichess.org: the forever free, adless and open source chess server ♞
Stars: ✭ 10,315 (+12634.57%)
Mutual labels:  game
Gold fever
A Treasure Hunt for Erlangers
Stars: ✭ 80 (-1.23%)
Mutual labels:  game
Gloomy Dungeons 2
Gloomy Dungeons II - a continuation of old-school 3d-shooter.
Stars: ✭ 77 (-4.94%)
Mutual labels:  game
Weixin
微信小游戏辅助合集(加减大师、包你懂我、大家来找茬腾讯版、头脑王者、好友画我、悦动音符、我最在行、星途WeGoing、猜画小歌、知乎答题王、腾讯中国象棋、跳一跳、题多多黄金版)
Stars: ✭ 1,216 (+1401.23%)
Mutual labels:  game
Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-6.17%)
Mutual labels:  game
Titlerun
The game that only exists in your title bar
Stars: ✭ 77 (-4.94%)
Mutual labels:  game
Gbaid
A GameBoy Advance emulator in D
Stars: ✭ 78 (-3.7%)
Mutual labels:  game
Bdframework.core
[中]Simple! Easy! Powerful Unity3d game workflow! Unity3d framework:c# hotfix(ILRuntime)、asset manager、ui workflow、network debug... and so on
Stars: ✭ 1,196 (+1376.54%)
Mutual labels:  game
Python Tkinter Minesweeper
Minesweeper game written in Python using Tkinter GUI library.
Stars: ✭ 79 (-2.47%)
Mutual labels:  game
Gowog
Gowog, Golang based Web multiplayer Online Game
Stars: ✭ 75 (-7.41%)
Mutual labels:  game
Damn.dog
A guessing game for WikiHow illustrations.
Stars: ✭ 78 (-3.7%)
Mutual labels:  game
Quizzity
A fast-paced geography quiz
Stars: ✭ 80 (-1.23%)
Mutual labels:  game
Regex
A Regular Expression game for Android
Stars: ✭ 80 (-1.23%)
Mutual labels:  game
Bitbox
The bitbox console (example, firmwares, doc)
Stars: ✭ 78 (-3.7%)
Mutual labels:  game

A Mind Forever Voyaging Source Code Collection

A Mind Forever Voyaging is a 1985 interactive fiction game written by Steve Meretzky and published by Infocom.

Further information on A Mind Forever Voyaging:

What is this Repository?

This repository is a directory of source code for the Infocom game "A Mind Forever Voyaging", 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

  • Originally titled "PRISM".
  • Meant to be Steve Meretzky's attempt to bring the medium of interactive fiction to a level of political discussion.
  • Did not have as many puzzles in the game when first created; puzzles were added later in development.
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].