1
0
mirror of https://github.com/rfivet/BCG101.git synced 2025-02-20 23:47:22 -05:00
ssolle f326f7f3d9
Adjust formatting and spelling as per the DEC edition: AMAZIN, KING, LETTER.
* Update KING.BAS

Fixed all of the mistakes. In addition, I argue that the "THINK AGAIN" lines have commas, not periods, because they consistently seem to have a "stroke" towards the bottom-left (I don't know the exact terminology), whereas the periods in "SQ.", for example, don't have that.

* Update LETTER.BAS

The lines 460 and 480 do not have two spaces after the periods, it just looks like that because of the font.

* Update LETTER.BAS

Changed 420 to 425 to match original program, and removed one "!"

* Update AMAZIN.BAS

One space removed. The transcription is otherwise accurate
2025-02-21 11:18:45 +08:00
2024-06-07 10:21:22 +08:00
2024-04-17 10:51:47 +08:00

BCG101

101 BASIC Computer Games from the 1975 3rd print of DEC book.

Contents

  • dec: all source code from the book, proofread to include bugs, typos, odd spellings and formatting.

  • port: listings after quick port to TSS8 EduSystem 50 BASIC.

  • factory: refactoring of some of the TSS8 ported version.

  • expect: script used to upload the source to the emulated TSS8 over telnet.

Warnings

  • This predates the 1978 Microcomputer edition from Creative Computing and includes some games that have been dropped in the later edition.

  • Several dialects and styles of BASIC programming are used, some may trigger strong reactions if you suffer from BASIC allergy.

Description
101 BASIC Computer Games
Readme MIT 2 MiB
Languages
BASIC 100%