educational software written originally in MS BASIC for Macintosh in the late 1980's
Go to file
Stephen MacKenzie 43b5c16d8d sleep tweaks
2019-04-15 21:07:54 -07:00
AFRICA_FIXED.BAS sleep tweaks 2019-04-15 21:07:54 -07:00
AFRICA.BAS trimmed lines 2019-04-15 09:31:29 -07:00
README.md updated 2019-04-15 15:28:35 -07:00

MrCBASIC

The best BASIC compiler found so far is the one from QB64.org.

You need to set the screen mode. SCREEN 11 on the first line.

Mouse input needs to be refactored, mouse handling is more complex now. I added a subroutine that gets the CHX, CHY, and B params.

Replaced delay loops with sleep calls. Need to press a key to continue.

Code references labels not in this source file, e.g. 5000 to 20000, perhaps meant to end program

WAVE keyword does not seem to be supported, see line 114 (label 349)

Mr. C (orginal author) says that much of the graphics was generated by the MacPaint program.