https://github.com/gregwhitaker/airwolf
BASIC program used in Airwolf S02E03 "Moffett's Ghost"
https://github.com/gregwhitaker/airwolf
applesoft basic
Last synced: 5 months ago
JSON representation
BASIC program used in Airwolf S02E03 "Moffett's Ghost"
- Host: GitHub
- URL: https://github.com/gregwhitaker/airwolf
- Owner: gregwhitaker
- License: mit
- Created: 2017-05-11T15:48:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T17:48:06.000Z (about 9 years ago)
- Last Synced: 2025-06-03T18:37:33.040Z (about 1 year ago)
- Topics: applesoft, basic
- Language: Visual Basic
- Size: 7.21 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# airwolf
BASIC program used in Airwolf S02E03 "Moffett's Ghost"

## Prerequisites
Running the program requires the use of an Apple II emulator.
1. Install the [Apple II Emulator](http://www.virtualii.com/)
2. Download the following Apple II+ ROM:
* Apple II+ - ftp://ftp.apple.asimov.net/pub/apple_II/emulators/rom_images/apple_ii+_rom.zip
## Running the Program
1. Start the emulator and load the ROM.
2. Copy and paste the program onto the Apple II command prompt and press enter.
3. Type `RUN` at the command prompt to start the program.
## Acknowledgement
This is an adaptation of a [gist](https://gist.github.com/jgrahamc/926a7854c2668f20edb58fe62ac3f99f) provided by [@jgrahamc](https://github.com/jgrahamc).