All Projects → historicalsource → Planetfall

historicalsource / Planetfall

Planetfall, by Steve Meretzky (Infocom)

Labels

Projects that are alternatives of or similar to Planetfall

Lambda Lantern
🧙 ‎‎ A 3D game about functional programming patterns. Uses PureScript Native, C++, and Panda3D.
Stars: ✭ 122 (-3.17%)
Mutual labels:  game
Openmf Archived
Abandoned C++ version. Contains useful format utils and parsers.
Stars: ✭ 123 (-2.38%)
Mutual labels:  game
Gmtk jam 2020
A short puzzle-platformer game made with Godot, running on GLES 2.0.
Stars: ✭ 124 (-1.59%)
Mutual labels:  game
P3d Legacy
Legacy repository for the Pokémon3D Visual Basic version
Stars: ✭ 122 (-3.17%)
Mutual labels:  game
Openjk
Community effort to maintain and improve Jedi Academy (SP & MP) + Jedi Outcast (SP only) released by Raven Software
Stars: ✭ 1,641 (+1202.38%)
Mutual labels:  game
Snake Ai Reinforcement
AI for Snake game trained from pixels using Deep Reinforcement Learning (DQN).
Stars: ✭ 123 (-2.38%)
Mutual labels:  game
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (-3.17%)
Mutual labels:  game
Pong Command
pong is not ping. pong is CLI game.
Stars: ✭ 121 (-3.97%)
Mutual labels:  game
Game with cocoscreater
学习cocosCreator开发的小游戏,有贪吃蛇,flappy bird, 2048等
Stars: ✭ 122 (-3.17%)
Mutual labels:  game
Teeworlds
A retro multiplayer shooter
Stars: ✭ 1,712 (+1258.73%)
Mutual labels:  game
React Native Game
IOS and Android mobile app "Guess famous people" built with React Native
Stars: ✭ 122 (-3.17%)
Mutual labels:  game
Towerdefense
A Tower Defense style game example in Unity
Stars: ✭ 122 (-3.17%)
Mutual labels:  game
Epitaph
https://mkremins.itch.io/epitaph
Stars: ✭ 123 (-2.38%)
Mutual labels:  game
Sgf
This is a Smart Game Foundation (Not Framework)
Stars: ✭ 122 (-3.17%)
Mutual labels:  game
Ratel
命令行斗地主!
Stars: ✭ 1,696 (+1246.03%)
Mutual labels:  game
Infinity Square Space
Infinity Square/Space. The prototype of the game is open source. Unity Asset.
Stars: ✭ 122 (-3.17%)
Mutual labels:  game
Hilo3d
Hilo3d, a WebGL Rendering Engine.
Stars: ✭ 123 (-2.38%)
Mutual labels:  game
Openage
Free (as in freedom) open source clone of the Age of Empires II engine 🚀
Stars: ✭ 10,712 (+8401.59%)
Mutual labels:  game
Egretcleangame
由egret引擎编写的小游戏
Stars: ✭ 125 (-0.79%)
Mutual labels:  game
Tap Tap Adventure
Tap Tap Adventure is a massively online 2D MMORPG set in the medieval times with twists.
Stars: ✭ 123 (-2.38%)
Mutual labels:  game

Planetfall Source Code Collection

Planetfall is a 1983 interactive fiction game written by Steve Meretzky and published by Infocom.

Further information on Planetfall:

What is this Repository?

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

  • First game created by Steve Meretzky after working as a tester for Infocom.
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].