Saturday, April 12, 2025

Hello, World

 Hello, World

 This blog I will use to share code snippets and sometimes entire games written in GW-BASIC and QBASIC. Just for fun.


  10 RANDOMIZE TIMER
  20 PRINT "Hello, this is a code snippet test!"
  30 PRINT "This should appear in a black monospaced font."
  40 GOTO 20

No comments:

Post a Comment

Maze generator in GW-BASIC

 A while back I was looking at maze making algorithms written in Basic. I was not very happy with any of the ones I could find at the time, ...