Hi, what do you want to do?
Curated Video
How to Create a Maze Game in Small Basic
In this tutorial, we learn how to create a simple maze game using Small Basic programming language. The game allows the player to navigate through a maze and reach the end while avoiding walls. The tutorial covers concepts such as...
Curated Video
Creating a Painting App using Small Basic
In this tutorial, Justin teaches how to create a painting app using Small Basic. He explains how to change the background and brush colors, and how to use subroutines to control the mouse and draw shapes. By the end of the tutorial,...
Curated Video
Developing a Painting App with Small Basic
In this video tutorial, Justin teaches viewers how to create a painting app using Small Basic programming language. He covers topics such as drawing on a graphics window, allowing users to choose colors and line thicknesses, and adding...
Curated Video
Exploring Subroutines in Small Basic Programming
In this tutorial, Justin demonstrates the power of subroutines in programming using Small Basic. By creating a subroutine for drawing stars and another for creating a star field, he shows how to easily call these subroutines multiple...