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.

HomeForumsNewsGitHubWikiSamplesInFormGXQBjsCommunityMore…

GX

ZeldaGX

GX is a basic game engine… literally. This is a Game(G) Engine(X) built with and for QB64, a QBasic/QuickBASIC IDE and compiler with modern extensions.

GX supports basic 2D gaming: platformer, top-down, etc… you know, classic NES/SNES type games. The engine also provides support for isometric tiled games as well.

The goal here is to create a flexible, event-based game engine. Based on your game requirements you can use as much or as little of it as you need, but the engine will take care of the main tasks of managing the game loop and screen buffering for the display.

The current alpha build has support for:

Sleighless

Oh no! Santa has fallen out of the sleigh! Rudolph is gone and now Santa must save Christmas alone and… Sleighless! This is a demonstration of the GX game engine’s ability to export games built in QB64 to the web.

Zelda - The Legend of GX

ZeldaGX

Since there are a number of zelda projects currently in-progress, I thought I’d put together a little version as a shameless plug for GX. One of my current game projects is actually a NES mashup that will have crossover from a number of titles. So I already had the map built using the GX map editor. This version will let you walk the entire overworld map. As an example I’ve also implemented the lost woods maze. There are triggers on the map for all of the cave and dungeon entrances. At the moment this will take you to an empty cave map. (I haven’t built any dungeon maps.) If you exit the cave it reloads the overworld map and puts you back in the right spot.