jhester / DistributedGA

A distributed Genetic Algorithm simulation.
http://josiahhester.com
5 stars 0 forks source link

Additional Files #1

Closed ghost closed 13 years ago

ghost commented 13 years ago

We need to split up the server.py into multiple files again, perhaps one for player connection handler and observer connection handler?

jhester commented 13 years ago

Yeah maybe we should put each class in a file like in JAVA? I saw that you already split it up a bit in the server.py.

ghost commented 13 years ago

Some parts are not contained in a class though, really just the basic code for each "section" (client/server/observer) so we could create separate files for that and separate files for classes. I don't think there will be anything wrong with many files, then we can import the classes in both the client and server for instance.

jhester commented 13 years ago

Alright that sounds good.