Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

This is an old revision of the document!


Game and demo gallery

The following programs were written in XC=BASIC. If you've written a working XC=BASIC program, please add it to the examples/ directory in the develop branch of the GitHub repo and submit a PR. Or you can just send it to me to feketecsaba dot gmail dot com.

Snake

The first working game ever written in XC=BASIC, yet with v0.9. It's a very simple implementation of the classic Snake game.

Source code

Maze generator

Implementation of the classic algorithm by Raeto Collin West, ported to XC=BASIC by Oliver Hermanni.

Source code

Puralax!

A full-feature logic puzzle game to demonstrate the capabilities of XC=BASIC version 2.0. Ported from the game found at www.puralax.com.

Source code

Plazma

XC=BASIC Implementation of the demo effect by groepaz/hitmen to demonstrate the capabilities of version 2.1.

Source code

XCB Invaders

The arcade classic rewritten in XC=BASIC.

Game and source code