apple-ii-matrix/README.md

35 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2012-10-09 19:23:07 +00:00
# apple-ii-matrix
2012-10-09 18:59:15 +00:00
A BASIC program that produces a Matrix-like display on Apple II computers.
2014-02-01 03:23:37 +00:00
![Photo of the code running on an old Apple //e by Scott Beale / Laughing Squid](http://farm9.staticflickr.com/8174/8047518696_521261169f.jpg)
2014-02-01 03:25:10 +00:00
_Photo: [Scott Beale / Laughing Squid](http://laughingsquid.com/) on [Flickr](http://www.flickr.com/photos/laughingsquid/8047518696/)_
2014-02-01 03:23:37 +00:00
If you don't have an old Apple machine or emulator handy, try this:
- copy the [source](https://raw.githubusercontent.com/neilk/apple-ii-matrix/master/MATRIX)
- paste it into Joshua Bell's
2013-05-06 07:38:47 +00:00
[Applesoft BASIC in Javascript](http://www.calormen.com/applesoft/).
- press the Run button
2013-05-06 07:38:47 +00:00
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.
2012-10-09 19:23:07 +00:00
## history and sightings
2012-10-09 19:24:29 +00:00
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
2014-02-01 03:25:10 +00:00
type it in. That's where the picture above was taken.
2020-10-21 23:50:24 +00:00
October 21, 2020: The @AppleIIBot account on Twitter will post recordings of an emulator running programs communicated by tweet. I managed to get a version of MATRIX into less than 280 characters, recorded here as MATWEEX
https://twitter.com/NeilKNet/status/1319060653064089600
2021-03-24 01:27:32 +00:00
2021-03-24 01:28:01 +00:00
March 23, 2021: [@bruno185](https://github.com/bruno185) created a similar program in Apple II assembly, [Apple-II-another-Matrix](https://github.com/bruno185/Apple-II-another-Matrix), and was kind enough to credit this project for the inspiration