QB64.com

QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS.

HomeNewsGitHubWikiSamplesInFormGXQBjsCommunityMore…

SAMPLE: BAD BOXES

screenshot.png

Author

🐝 Terry Ritchie

Description

'**
'** Program Name: Bad Boxes
'** Version     : 1.0
'** Author      : Terry Ritchie
'** Date        : January 23rd, 2013
'** Description : Use your yellow box to capture the green (good) boxes for points while avoiding the red (bad) boxes.
'**
'** Controls    : Use the mouse to move the yellow box around the screen.
'**
'** Notes       : Good luck! The game gets progrssively harder.
'**

QBjs

Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try!

File(s)

🔗 game, bad boxes