Last Update: June 2020
Yuzu BASIC

Download - Includes C++ sourcecode, GNU makefile for building on Linux or Windows using MSYS, and example programs.



Screenshots



life.bas, Conway's Game of Life example.

sort.bas, Insertion sort example.


voxels.bas, Simple array of coloured cubes.

maze.bas, Maze generator based on depth-first-search algorithm.


pythagoras_tree.bas, Draws a fractal using recursive function calls.

pipes2.bas, Random growing pipes inspired by a famous screensaver.