Java Projects
Asteroids 5000 - Programmed in Java
Asteroids 5000 is a remake of the original asteroids. It was used in our capstone project at ITT Technical Institute to teach us the software development process. While programming this project, we created full documentation for the program. This includes test cases, project plans, and more. The program also needed to be connected to a database, and so we used mySQL to connect the Java Applet into a mySQL database. It had a high score table, and an administration table. There was also an administration program which was used to administrate the database.Play Asteroids 5000- This page takes about 10 seconds to load, and may delay your browser from responding until the page loads. Please be patient. Thank you.
Source Code I found the code, and I'll be uploading it tonight - August 1, 2008
Should I find the time, I'll be adding some cool features to this program. My ultimate goal would be to have a co-op asteroids game that works through the Skype API. Heat seeking asteroids, missiles, weapon upgrades, and ship upgrades are all on a list of to do.
Do you need help with Java? E-mail me at purvis.sean@gmail.com and I'll try to help you the best I can.
Asteroids 5000 Database Administration Program
Another requirement for our project was an administration program to help work with the database. While phpMyAdmin worked fine for this, we still needed our own program to administer the database. The program was coded in Java, and does a number of basic SQL commands for the administrator. It uses a mySQL connection to talk with the Java program, and lets the administrator to search for records, delete them, and edit them. Basically, it was a CRUD application (Create, Read, Update, Delete)
Screenshot coming soon...
Source Code - Coming soon...