Closed metaloph1l closed 12 years ago
I think the package structure should be a little different. You have created too many sub packages which seems like a little overkill (also see my domain branch).
I propose a structure as following:
Base Package: at.ac.tuwien.foop.pacman Then we create the packages:
As such I would also move the gameserver and client packages to the application package. In the ui package I would create the following classes:
ui.StartUpClient (main for client) ui.StartUpGameServer (main for server)
An update is for my suggested package structure is in the domain branch now.
Create the general package structure for client, server, model, etc.