It only took Daniel and I several hours but we now have the source code seperated into packages. Why did we do this you may ask?
1. It was necessary to get it into a jar file
2. It makes our code somewhat more modular.
3. Makes JavaDocs easier to navigate.
4. It was a requirement for submission in the programming course some of us are taking.
So, what does this mean to the end user? Nothing right now but it will make it easier for us to program the game as it gets more complex and it help new developers joining the project to get up to speed quickly.