This is a small collection of mostly game example source codes. These source codes are made available to help PlayBasic programmers kick start their game programming journey.
Looking for more source code / tutorials & media, then remember to visit the PlayBasic Resource board on our forums.
This example demo's a platform game control system with acceleration, jumping, falling and collision. The collision is really the only interesting part, since it's using a 2 colour image for the collision environment.
The second version of the demo has been tweaked for the PlayBasicV1.64M revisions.
A brand new demo of the famous Amiga game, Shadow Of The Beast. This demo gives you limited control over the Beast and allows you to play across the full first level of the game (minus any enemies) - a total of over 2 minutes from one side to the other!
This is not intended to be a complete game, and I have no intention of making it so or developing it further (although I had originally intended to put a scrolling message in the black border at the bottom).
This is also not intended to be an exact remake of the original level, rather an interpretation of it.
This is a more advanced platform game collision example. The example makes use the PB's built in world collision support. The example supports for things like sloped floors, falling, jumping and wall collision. Could be tweaked into a game engine. But that's for the 'user' Have fun !
This is rather nice platform/shooter (with nice weapons + even roaming alien AI) written by a first time game programmer.
The code was tested PlayBasic v1.62 / 1.63 (was originally written in PB1.33)
This game example developed a few years ago now by an old member Tracy. Being his first game (his first program ever apparently) the game built from a combination of various tidbits that come with PlayBasic and lots of good old fashion fun and enthusiasm. Which has certainly transpired into a fun game demo.
The interesting thing about this demo is that contains a bunch of sprite effects and as some really rather interesting weapons for the player. You've no doubt seen the backdrop art before (the demo was originally built off the 2d platformer demo that comes with PlayBasic) , and most of the sprites are ripped unfortunately. It's kind of bizarre as the player has different characters for different animations. Walking is guy in a overcoat, flying it's a dragon..
Anyway, Feel Free to be the next link in the chain and this code further !
This demo is based upon the original 2D platformer example from the PlayBasic example pack, the only difference is that this version projects the 2D scene into 3D space. This lets the player view the 2D game in a 3D space.
Release Type:
The source code & tutorials found on this site are released as license ware for PlayBasic Users. No Person or Company may redistribute any file (tutorial / source code or media files) from this site, without explicit written permission.