add Porting Notes to readme.md for each game

This commit is contained in:
Jeff Atwood
2022-03-18 19:50:22 -07:00
parent ef60738c60
commit f40a1fc465
97 changed files with 411 additions and 47 deletions

View File

@@ -19,7 +19,8 @@ The file `checkers.annotated.bas` contains an indented and annotated
version of the source code. This is no longer valid BASIC code but
should be more readable.
## Known Issues In the Original BASIC Code
#### Porting Notes
- If the computer moves a checker to the bottom row, it promotes, but
leaves the original checker in place. (See line 1240)
- Human players may move non-kings as if they were kings. (See lines 1590 to 1810)