PlayBasic Live: Making a Game series - So what type of game prototype ??
I would like to make some more video series that show hands on, line by line coding of a game.. but what game(s) would be interesting ??
The thing to consider is the series need to be interesting enough for people to want to watch, not require tones of media, or if so, there's enough free media packs out there that we can use to build a working prototype and supply the media to user so they can 'see' how things are used..
PlayBasic Tutorial: Intro To FOR NEXT LOOPS (2017-03-19)
This tutorial takes the new basic coder through the bare bones of the FOR / NEXT loops. The tutorial was recorded live and is uploaded virtually as is, warts and all. In this tutorial we use loops to draw simple graphical objects such as boxes moving through to making a grid of scrolling boxes.
Commands used in this tutorial. For / Next / Step / Exit / Continue / Print / Line / Box / Sync / Ink / RGB() / RND() / RndRGB() and possibly a few others.