Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

BASIC Forum & Tutorials

The tutorials are useful for self-learning and the forum is good for sharing ideas & information · By david.JamIsFun

BazzBasic Beginners's Guide Sticky

A topic by Ek Bass created 16 days ago Views: 144 Replies: 4
Viewing posts 1 to 4
(3 edits)

A beginner's guide to BazzBasic — a modern BASIC interpreter for Windows.

This guide covers everything you need to get started: variables, loops, conditions,  functions, file handling, JSON, networking, graphics, sound, and more. 

Each chapter builds on the last, with working example programs throughout.

This is not a complete reference. It is a starting point.

A beginner's guide: PDF

A beginner's guide: Markdown

The full BazzBasic manual covers everything else.

Hi, I changed the title of the thread to "BazzBasic Beginners's Guide" to avoid confusion. If you like to use the old title, okay...edit, and please also change the book name on the first page inside the guide to avoid confusion. Thank you very much!

Maybe some people are not familiar with .md file.. Let me say something about the format. The file format of the guide is .md. The format is called Markdown file format. If you have downloaded the guide, how to read the guide(BazzBasic_Beginners_Guide.md)? I installed an extension on Chrome browser and the extension is Markdown Viewer. If you use Chrome to open this .md file(on your computer), Markdown Viewer extension will display the guide on Chrome. Different themes can be selected to display the guide file. In addition to Markdown Viewer, there are several other Chrome extensions for displaying Markdown files. 

Good that you reminded. I ported it to PDF too but forgot to post about it here :D

BazzBasic Beginner's Guide Updated

Beginner's Guide to BazzBasic — a modern BASIC interpreter for Windows has been updated.

**New:** *13.7 Passing Arrays to Functions*