Media Summary: This is a beginner's lesson showing how to display numbers and strings and mix them together. This is a small game (remake of the classic Snakes game) I wrote using SMBI-OS (Web os programmed in RunBasic from liberty basic)
Liberty Basic Sample Lottery Program - Detailed Analysis & Overview
This is a beginner's lesson showing how to display numbers and strings and mix them together. This is a small game (remake of the classic Snakes game) I wrote using SMBI-OS (Web os programmed in RunBasic from liberty basic) here is the code : prompt "what is you ID";ID if ID = 1 then [AP] if ID = 2 then [KP] end [AP] prompt "what is your password";alex if ... A version of the common game Galaga or Space Invaders made by Brady Boettcher. In this lesson we work with variables. We concatenate string variables and then we convert string ...