Some Java Projects

Published November 22nd 2009 by
Filed under Java

I haven’t updated this in ages. I got really bored of website stuff for a while. Anyway I thought I’d upload some of my Java projects from college. Only download them if you have Eclipse or know how to run Java projects in command prompt.

This first one is the last project I did in first year. It was made in Blue J so it had no Main method so I added one in. It’s a really boring game called Zuul where you have to move around rooms and pick up items to win the game:

Zuul.rar

This next one is my first Algorithms assignment from this year. It’s just a college of students stored in a linked list instead of a pre-written data structure:

MyCollege.rar