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 Coming Soon...
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...
Questions? Please Contact me.