A BASIC program that produces a Matrix-like display on Apple II computers
Go to file
Neil Kandalgaonkar cec20b3dfc Fix issues #1, #4
From suggestions by @badvision: Added the POKE call to get all 24 lines, and the semicolons seem to have fixed the occasional line which somehow advanced the whole screen. Also added more comments and removed leading spaces
2016-08-04 10:02:54 -07:00
LICENSE added MIT License minus distribution requirement 2012-10-09 12:17:00 -07:00
MATRIX Fix issues #1, #4 2016-08-04 10:02:54 -07:00
README.md Update credits for photo 2014-01-31 19:25:10 -08:00

README.md

apple-ii-matrix

A BASIC program that produces a Matrix-like display on Apple II computers.

Photo of the code running on an old Apple //e by Scott Beale / Laughing Squid

Photo: Scott Beale / Laughing Squid on Flickr

If you don't have an old Apple machine or emulator handy, try pasting the source in Joshua Bell's Applesoft BASIC in Javascript.

If you do have an Apple or emulator, you need to get to the Apple's BASIC prompt, and then type in the lines as shown. There is no text editor; simply typing in a line preceded by a number adds it to the program buffer. Then type RUN.

history and sightings

I first wrote this at Vancouver Mini Maker Faire, in June 2012. I saw an old Apple II running a lacklustre demo and I decided to bust out some quarter-century old skills. The owner of the machine graciously let me use it for a half hour or so, and with the help of some other bystanders we got this:

http://www.flickr.com/photos/brevity/7429579820/

Next, I saw an Apple II at Panic Software in Portland, during the XOXO Festival in September 2012, and decided to type it in. That's where the picture above was taken.