This is text-mode Breakout-clone written in old-fashion BASIC style (using line numbers, GOTO statements and like).
It demonstrates use of standard BASIC's commands.
This is text-mode Breakout-clone written in old-fashion BASIC style (using line numbers, GOTO statements and like).
It demonstrates use of standard BASIC's commands.
This is a Breakout-clone written in using GOSUB-style sub-routines and labels.
It demonstrates use of standard old-fashion sub-routines
This Breakout-clone is pretty similar to Breakout2, but it is written by using fully procedural programming style.