On this page you can find the sources for a few BASIC sample programs that you can run in NG-BASIC, and also the classic BASIC programs I had to modify a bit.
VIRTUAL FILESYSTEM
It’s worth noting that, on the virtual filesystem, a menu-application is available. To load & run it, type the following in the basic interpreter:
To load:RUN MENU
PROGRAMS AND SOURCES
Basically, these programs could be run in any BASIC interpreter although with slight modifications.
LOGO
To load: LOAD WEB:LOGO
I couldn’t resist writing a LOGO interpreter after reading some discussion about interpreters-in-interpreters.
Click here to view the source
ANIMAL
To load: LOAD WEB:ANIMAL
I had to modify this program, original © Creative Computing, to get it to run smoothly. Also, cosmetically it has had a revamp.
Click here to view the source
WUMPUS
To load: LOAD WEB:WUMPUS
Another classic, also original © Creative Computing.
Click here to view the source
VALUHACK
To load: LOAD WEB:VALUHACK
Yes, VALUHACK ported to NG-BASIC. What can I say — I was bored…
Click here to view the source
LINES
To load: LOAD WEB:LINES
Draws pretty line son the screen using the cavas, very cool
Click here to view the source
Keywords:
NG-BASIC, BASIC, Programming
Popularity: 16% [?]

Add A Comment
You must be logged in to post a comment.