Archive for the 'Things I made' Category

Maze 3d

Thursday, December 21st, 2006


This is a screenshot from my 3d maze generator.   I might post it on here some time soon.   It is pretty basic, like that old screensaver.

Mouze 2d Maze Generator Game

Friday, October 27th, 2006

I just added my very basic maze generator to the downloads page. The character in game can be controlled by the A-W-D keys (A and D turn, W moves forward). Check it out, let me know if it doesn’t work. I included the glut dll, which I think is required. It’s really simplistic and was done as a homework assign for school.

The Maze generator algorithm is a randomized variation on the Minimum Search Tree Algorithm, I’ll go into detail on how it works some time, because it’s kinda interesting, and it can be improved. (At the cost of speed)

Screenshot of maze Generator

Monday, October 9th, 2006


(Click to view big)

Library Pornography?

Tuesday, September 19th, 2006

I’m reading a cybersecurity book which mentions that after several lawsuits related to pornography laws, legally you are able to request filters be removed from a public library computer to allow you to look at porn. That is hilarious, I wonder if it is true and if anyone’s done it.
That’s one way to stick it to the man, and yourself.

Random Link
: I added a new background to my deviant art page. It’s sort of abstract.

BlockGrab

Tuesday, July 18th, 2006

BlockGrab has been released. It can be found here. Basically, when a block enters the black part, you press a button to “capture” it. It’s a simple game and there is no way to lose. I used SDL to program it. It was written in C++

Random Name Generator

Tuesday, June 27th, 2006

I just updated my old random generator. It now has a bit cleaner interface, and generates numbers as well as roleplaying names, first person shooter names, and some more silly generators as well.

Some Things added

Sunday, May 15th, 2005

This is my first foray into both style sheets and php. Although I’m still working on the theme for this site, I have managed to add a downloads page to the site. Included on it so far are two of my counter-strike maps, and one very early demo for a programming project I am working on in my free time. While I am at it, I’ll throw up a game for zzt I made, though I don’t expect anyone to even have an idea what zzt is.

My plans for this site is to post general development updates for my 2d game project, and to post anything else I find interesting in the process.