deontologician / spaceship-build

Sci-fi spaceship engineering simulation
GNU Affero General Public License v3.0
5 stars 1 forks source link

Integrate spaceship.py into server-side code #43

Open xXxH3LIOSxXx opened 9 years ago

xXxH3LIOSxXx commented 9 years ago

Please do not begin doing this until we get thread handling per connection. Right now the server side only handles one connection so tying spaceship.py in doesn't make sense. Wanted to get this in here as a placeholder so people can start thinking about this.

xXxH3LIOSxXx commented 9 years ago

Also just a recap we agreed that everything will be stored server-side. The client-side will/should literally only have the connectivity logic to the SSB server.