News:
8/29/13 - Added a little info to Contact page.
5/12/13 - Added Sudoku project.
2/12/13 - Website content coming to a finish. Just a few more sections until I can dedicate my time to my Short-Term Goals.
2/05/13 - Website became back online with a brand new look and feel. Starting over from scratch.
Short-Term Goals:
- Finish basics of website
- Add "nice" printing functionality to LP Notes
- Add GUI to Calc (and upload it to website)
- Port Applet Mines to Application Mines and offer that on website
- Port Mines to C++/SDL
- Startup on secret application suggested by kyle
LP Notes
LP Notes is a lightweight-java application designed for fast notetaking.
It is designed for the creation of notes following an identation pattern.
This was created during a summer school course, when I realised that I needed
a quick and effecient way to take down notes. This program features increase/decrease
indentation, saving files, opening files, and printing files. All files are saved
as text files for compatibility with other programs. LP Notes is a multi platform
program created on linux.
Mines
Mines is a 2d game designed to test out a hand crafted, java-based game engine. It is a game based upon
the popular Minesweeper. The origional game was developed as an applet, and due to hosting I have not
put it online. It is currently being ported over into an application for local use. Please be patient while
the porting process takes place. I do not have an ETA for it, nor is it on the top of my priorities.
MiniCalc
MiniCalc is an experimental project of mine. It started out as a challenge to create a terminal based calculator
using Java stacks, and was quickly ported to C++ upon completion. It is now a vector-based C++ program that utilizes
the GTK+ library for the GUI. This is a win32 program, and to run it, one must have the GTK+ library installed (link included
in download).
Sudoku
Sudoku is a java based sudoku game. It has easy, medium, and hard puzzles built into it. Features
include: solve, solve one, check values, restart, save, open, new (or blank puzzle). This is written in Java and is currently being ported over to C#.
ChampionGG Parser
ChampionGG Parser is an application which takes the information from www.champion.gg and displays it to the user in-game. This is a tool for League of Legends which helps people
select the correct item builds and skill order for their desired champions. This is written in C# using MVVM.