QPong / QPong-Unity

QPong rewritten in Unity
26 stars 6 forks source link

Bugfix/fix python server #21

Closed HuangJunye closed 5 years ago

HuangJunye commented 5 years ago
  1. Fixed import problem.
  2. I removed all the redundant codes which are not needed for the server. The only remaining files are api.py, server.py, circuit_grid_model.py and circuit_node_types.py
  3. Clean up server.py and api.py