![]() |
|
Welcome to the page where I showcase my stuff. This page contains some of the stuff I've made
over the last couple to three years. Although most of the entries are games,
I have made some machining related applications over the time span as well. |
| C-Reaction - An odd game |
Anyways, I'll be working on a more polished version of this in due time. hope you enjoy... |
| Console Calc - Damned handy |
|
|
| VBEval - A visual basic module |
|
This file is a visual basic module written in VB6 (originally in PowerBasic). This module allows you to take a string like "5+Cos(6)/2-3.43324234" and return a result. It's somewhat messily coded but it works like a charm. I plan on writing a similar function in C. An example of it's use would be: outval=EE_Evaluate("1+2+3",errcode) if errcode>0 then RaiseAlarm(); Anyways, this is very handy for things like calculators and graphing calculator apps. If you look through the source you'll see what kind of errors can be raised and what functions are currently supported. By the way, it does actually follow order of operations. |
| Picmill - Use your milling machine to make psuedo-3d images |
|
This program, while being simple, outputs good results. It also features cutter compensation for ballnose tools. Also, it will export a CadLight file so that you can import the geometry into mastercam, just in case you want to simulate it before cutting metal. I'll post an image of the results soon, the block I used is at work. Be warned, I take no responsibility for the code output from this program... not checking the output is your fault, last thing I need is to be blamed for crashing a $500,000 dollar machine. :D |
| Unit Convert - Simple unit conversion program |
|
|
| Reaction - The test version |
|
This game actually features a bit more saavy AI than the one above it because I spent most of my time on the actual rules on the one above. This one is still worth the download, although I might say that about all my stuff, heh :) |
| Wordsmith - Words, words and words |
|
|
| TPong - The first 3D game in C |
For some reason, with really old OpenGL drivers, this game runs glacially slow. With really new drivers, there are sometimes wireframes shown. I have no idea why... |
| Whippy Demo - My favorite unfinished game |
|
This demo contains 8 levels, including a boss level... it's fun for a little while at least. Try 'er out. |
| Cars - traffic on Calgary trail. |
|
|
| Ghostshoot - protect those flowers |
|
TIP: If you find your mouse going off the screen making the game lose focus, simply press F4, this will produce a large black border so your mouse doesn't goo of the edge. |
| Spaceblast - An arkanoid/pong mix |
|
|
| Heli - A simple helicopter game |
|
|