The Book

PlayBasic

I originally intended this book to use Brutus2D as it's example programming language. However, as there is no positive sign that Brutus2D will be converted to run on Microsoft Windows Vista, there would be a good chance that I would have to revise this book to use a different programming language later. So, I've chosen my first choice in quality, but my second choice in loyalty (in game programming languages) — PlayBasic.

This is your basic "game loop :"

Do
    Cls 0
    Print "Barkin' Mad PlayBasic"
    Print "Press Escape"
    Sync
Loop

End
page_revision: 1, last_edited: 1209502877|%e %b %Y, %H:%M %Z (%O ago)