diff --git a/README.md b/README.md index f1c8e99..4380a97 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AppleTrek ## A Trek Clone for the Apple ][ Home Computer -AppleTrek is a clone of the original [Trek](https://en.wikipedia.org/wiki/Star_Trek_(1971_video_game) game written for the [Apple II](https://en.wikipedia.org/wiki/Apple_II_series) family of computers. I have uploaded this source code mainly for preservation and historical reference, but I encourage anyone to hack away at the code and make something new. +AppleTrek is a clone of the original [Trek](https://en.wikipedia.org/wiki/Star_Trek_(1971_video_game)) game written for the [Apple II](https://en.wikipedia.org/wiki/Apple_II_series) family of computers. I have uploaded this source code mainly for preservation and historical reference, but I encourage anyone to hack away at the code and make something new. AppleTrek was written in [Applesoft BASIC](https://en.wikipedia.org/wiki/Applesoft_BASIC), an early microcomputer BASIC intrepreter. The `appletrek.bas` file was ripped from the BASIC source code found on the included disk image file `appletrek.so` which was taken from [Internet Archive](https://archive.org/details/a2_Apple_Trek_1979_Apple). @@ -10,4 +10,4 @@ See my other repository, [Super Star Trek](https://github.com/agiacalone/super-s ### References for Applesoft BASIC 1. [Fandom](https://apple.fandom.com/wiki/Applesoft_BASIC) 2. [Apple II History](https://www.apple2history.org/history/ah16/#04) -3. [Landsnail Applesoft Programmer's Reference](https://www.landsnail.com/a2ref.htm) \ No newline at end of file +3. [Landsnail Applesoft Programmer's Reference](https://www.landsnail.com/a2ref.htm)