Projects:
-
04.16.09 Wave[z]
Game - Python Pygame Wavez was made for SJSU Game Dev Club's Tower Defence Challenge and won 1st place. It was designed and programmed by Cheuck Wong. I was recruited to the project to program the path-finding for the creeps.
-
03.16.09 ShMup
Game - Python Pygame A bare-bones vertical shooter game that I started to make for the SJSU Game Development Club's ShMup challenge. Python 2.5 or greater is recommended to run it and you need to have pygame installed. Simply type into the console "python shmup.py". I tried throwing this together in less than a week and, for some reason, thought I could skip the planning stage so the code is pretty messy.
-
02.17.09 Sudoku Solver
Application - Java A little weekend project of mine. It is not able to solve ALL sudoku puzzles but should solve anything you find in a newspaper or Sudoku books. To use it simply type in the numbers you are given then use the 's' key to step through the solving process. The values will then be filled in one step at a time.
-
09.30.08 P|o|NG!
Game - Java Here is a pong clone I wrote for the SJSU Game Development Club's Pong Development Challenge. The original idea was to have powerups and all that jazz but I think this has kept me from my homework long enough. A/Z to control the left paddle, Up/Down to control the right paddle. P to pause/unpause.
-
08.12.08 JAR Manager
Application - Java This is a tool I wrote while working for Playphone Inc.. It was made as a way to manage JAD and JAR files for cell-phone games.
-
05.08.08 Cal 151
Application - Java This is my final project for the Object Oriented Design class (CS 151) at SJSU. I did this project with two other people in my team, Daniel Long and Arya Soltanieh. It's a calendar and scheduler and could be useful as such, but I think you might be better off using Google Calendar or something.