Back to index

Examples

Too see any example:

space.zip

SpaceImpact - fast action space game
Fully featured game that contains splash screen, some levels of fast action and real dynamic, high scores etc.
Demonstrates relative large project implementation, working with arrays (with "objects" and life cicle), File I/O, bunch of graphics functions, etc.

In this game you have a ship and have to collect as many as possible minerals. Minerals can be in 3 states:
- Grey - mineral is good to collect if you catch it.
- Yellow - mineral is ok to collect, but beware it can become to instable state any moment.
- Burning - mineral now is instaable state - try to avoid them, otherwise you ship will be destoyed.

clock.zip

Clock - Full screen clock
Super looking screen saver. Displays current time with large semi tranparent digits over a nice background picture.
Demonstrates semi transparent picture drawing functions, flicking free drawing, DateTime functions.

lines.bas

Bouncing surface
Very nice looking screen saver. Bouncing surface on the screen.
Demonstrates working with arrays, basic graphic functions.

bars.bas

Bouncing Bars
Screen saver. 2 bouncing bars on the screen.
Demonstrates working with arrays, basic graphic functions.

coolfigures1.bas

coolfigures2.bas

Cool figures - Geometry rules the world!
Generates and displays random 3D-loking animating figures
Demonstrates math functions usage, graphics functions.

keycode.bas

Key Code
Small but useful for developing example, displays a key code of pressed key
Demonstrates ReadKey function usage.

determinant.bas

Matrix determinant calculation
Custom sized Matrix determinant calculation. Based on recursive algorithm decreasing matrix size.
Demonstrates using recursion, arrays, arrays as params to functions, math functions, console I/O

bmi.bas

Body mass index calculation
Calculates and displays body mass index based typed data
Demonstrates I/O using text console, simple calculations and logic

ball.zip

Moveable ball
Displays a bouncing ball over background picture.
Demonstrates lots graphics functions

sine_graph.bas

Graph of math function
Draws graph of sine function.
Demonstrates using subroutings, graphics functions and math functions

plasma.bas

Generates and draws texture image
Demonstrates a really heavy mathematic calculations. Generates texture image using fractal clouds calculations.
Demonstrates heavy math calculations and some graphics functions usage

nice_image.bas

Nice picture drawing
Some simple mathematics and really nice picture is there. Just take a look
Demonstrates math calculations and some graphics functions usage



Copyright (c) 2000-2006 by Smartphoneware. All rights reserved.