My Portfolio
This page is my online portfolio! I will display here my random projects that I have accomplished.
Such as simple movie effects, php scripts, or anything else I do that I think is worth displaying.
DyBot PHP IRC Bot Framework
Watching everyone use their cool little bots on IRC was very fascinating. I was so inspired that I wanted
to learn how to do it myself! Over the course of 4 months, I set out to learn how IRC works, and how to
conenct with IRC via PHP. I learned so much about PHP, I think this project really set forth my knowledge
in PHP. Several months later, I decided to remake my framework one last time. My last one was great but
quite bloated. This new framework uses PHP 5.3 Alpha's newer features. Remember this PHP version isn't complete
and IS still being tested so don't use it for your public servers unless you don't use it for anything ;). Also
this framework is still under heavy construction. There is no such thing as perfect. If you want to look at the bot,
here is the link: Click here for the Bot Code
This bot framework uses a technique called Singleton classes. This prevents a class from being created more than once.
Thi is usefull for things such as a Bot Management class ( Bots :: obj( ) ). It is also used for the Timers class
(Timers :: obj( ) ). This framework allows multiple bots across multiple networks, and doesn't require creating a new
bot object to connect to another network. Simply $oBot -> addServer( 'NetworkNameInConfigFile' );
Any questions feel free to contact meCloning via Video Effects
One long, bored Saturday, I wanted to mess around with the camera. I setup my pool table and went to work.
This is the final result several hours later:
Light Saber War
Friends at school wanted to have a light saber fight. I made a light saber, and let them duke it out. This is the final product. Kind of
roufh, but I thought it lookd pretty good.
X-Fighter
Liked playing Galaga as a kid? Watching the aliens move back and forth across the screen as you shot them
down from the sky? While the game wasn't actually ever finished, it is still playable and quite entertaining.
I made this game a long time ago. I'm sure if I wanted to I could remake it better but time is a very big
factor in it. So here is the game's download link: X-Fighter's Download link( 1.4mb)
Piece it together
This was one of my first ever finished games. I created it to enter a contest for puzzle games
but the archive ended up being corrupted so my entry was invalid. Regardless this game is
pretty great. Not the best, but good for my first game. The Hardest Computer level
plays pretty well and poses quite a good challenge. Not impossible to beat, but challenging.
I spent lots of time on learning different Tic Tac Toe Strategies. Oh yea, that's what this
game is. Its a tic tac toe with an added piece the image together minigame. Here is the download:
Enjoy. PIT's Download link( 1.4mb)