Skip to content

A short, one room, interactive fiction game done for Apple II Software Enthusiasts compo on facebook

Notifications You must be signed in to change notification settings

gmegidish/1989-interactive-fiction-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

An Afternoon in 1989

A single-room interactive fiction for the Apple II, written for the one-room-applesoft-basic practice on Apple II Software Enthusiasts group on facebook.

You are a kid, 9 year old. You just came back from school, mom's cooking dinner downstairs and it's time to play some Apple II games.

Your life is just perfect!

.. or is it?

Play Online

Technical
  • The game was written in two evenings. One for writing the texts, and the other for writing the code.

  • Interactive fiction (text adventure games) are often written with string tokenizers, vocabulary and thesaurus. I took a different approach -- I played the game on a text editor, writing all the commands I could think of to do a specific task or name a specific item. In the source code you'll just see a list of the commands I came up with. I aimed for speed of development, rather than an engine that can be used later for another game.

  • Source code was written completely using Joshua Bell's Applesoft BASIC in Javascript. What a wonderful tool, Joshua!

  • 12KB of tokenized BASIC code

License

This game is free for play and is released under GNU Public License (GPL)

About

A short, one room, interactive fiction game done for Apple II Software Enthusiasts compo on facebook

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published