| Space |
This is a short simple verticle scrolling space ship shoot-em up game. You just shoot at the barrels and avoid them while you attempt to get the high score. This was my first C++ game.
|
| JoyMouse |
This simple program allows you to use your joystick or gamepad to control the mouse and left click, right click, and center click on items. It is great for gamers with large monitors who like to sit a distance from their monitor to play.
|
| Browser |
This is a simple little framed browser written in JavaScript. It features a goto bar, forward and backward buttons, and a file menu. This is a great example for any beginning JavaScript programmer.
|
| Browser |
This is a simple 2 player tic-tac-toe game written in JavaScript. This too is a good example for beginning programmers.
|
| Saunders |
This was my first game ever. You are saunders and you walk around the level trying to eat twinkies. You are quickly losing energy, and if the purple blob gets you, you will lose much more. This is very simple source for beginning programmers.
|
| Space2 |
This is a simple asteroids like game. You are attempting to destroy all the space rocks in each level to progress to the 10th level. Each level is progressively harder with faster space rocks. This is also a great program to look at for beginning programmers.
|
| Fro-Nibbler |
This is the classic game of snake with levels filled with objects you need to avoid while eating the appearing food and trying to become as long as possible. It includes 10 progressively harder animated levels and creates a readme file and high score list when first run. It is an addictive game for any arcade game player.
|
| Fro Gui V 1.0 |
This is a nice qbasic gui. It uses no libraries and can be used to make any program more attractive. It includes a custom pallette, custom font, and works in screen 13 with a custom mouse cursor. Best of all, it is all self contained in one .bas file! Try it out! (to run as a .bas file you must have qb4.5 or higher and run with the /l qbl switch for the quick basic library). It also includes a drawing program showing some of the capabilities of Fro-gui.
|
| Text Editor |
This is a multitabed text editor capable of opening 11 files at a time. It is very simple code and it is good to look at for the beginning RapidQ / Windows programmer. (Back when I had Windows 98 I used it as my default text editor instead of notepad!)
|
| Monster |
This is a nice little green monster that runs around your screen and tells jokes. Great fun when you're waiting for a download to finish!
|