(2008) PHP RPG Simulation
A very fun project of my first learning step of uses Classes in PHP. I really enjoyed creating my algorithms for this.
Need to write more on this
(2008) Encore Linkshell System! (Web Development)
My first major web development project.
Need to write more on this
(2008) 3D Cubical Islands
Fun experiement of putting a bunch of models together to create my Cubical Island!
(2010) Code Library - C#
When I'm writing some code out I always tend to go back to previous projects to get snippets of code that I've used before. Usually ones that are complex or long, I'll know where I've used it and go rooting through my folders for the file, then root through the file for the piece of code I want. This becomes quite annoying as you can expect.
The development behind this code library is brought about to solve that problem. I created a very simple app that I can store snippets of code in, and keep running for easy grabs when I'm working on a project, I can favourite key snippets and edit them directly. Below is some good aspects of this application.
Features
(2010) Animated Health Bar
In alot of RPG games you'll have a Health Bar and the number of your health. When you get hit, you'll notice this bar nicely slides down to its relative amount, the numbers will also decrease in a type of count down form, rather than just instantly be the number it should be.
I wanted to recreate this in a C# App, this design allows me to change the speed of the ATB Guage for how fast someone can attack, and also adjust the Animation Speeds of the health bar very easily. The application in the zip file is a demonstration of this technique. I've also included the source files for Visual C# 2008/2010.