How to Install basic256 in Ubuntu 18.04



Install basic256 by entering the following commands in the terminal:

sudo apt update
sudo apt install basic256

Description:

educational BASIC programming environment for children

BASIC-256 is an easy to use version of BASIC designed to teach young children the basics of computer programming. It uses traditional control structures like gosub, for/next, and goto, which helps kids easily see how program flow-control works. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises.

Homepage: http://www.basic256.org/

Version: 1.1.4.0-2

Section: universe/devel