# 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.