Added v1.0 releases

Added an Apple II DSK and a C64 PRG to the releases.
This commit is contained in:
StewBC 2020-02-19 09:01:12 -08:00
parent 5690db10c2
commit 811089fd7a
1 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
Jan 2020 - Oliver Schmidt created a beautiful Apple II port. See IX below.
There is a Commodore 64 .PRG and an Apple II .DSK file in the release tab.
I. Introduction (Feb 14, 2014)
I started playing chess about 3 months ago and this got me wondering how
@ -277,6 +279,6 @@ apple commander jar file. Here's how it's done for different shell's:
$env:AC = "path to apple commander.jar"
cmd.exe
set AC="path to apple commander.jar"
bash (Unix or MacOS terminal):
bash (Unix or macOS terminal):
export AC="path to apple commander.jar"