siggame / Joueur.py

Python client for the Cerveau game server.
MIT License
4 stars 21 forks source link

Fix siggame#3 when assigning to objects #12

Closed Tarnasa closed 5 years ago

JacobFischer commented 5 years ago

I'll double check this today this week. Sorry very busy :P

Tarnasa commented 5 years ago

Sorry, this change is probably not necessary, I was using an old server version which was sending bad updates (I think).

JacobFischer commented 5 years ago

It's ok. The change looks harmless enough.

The game server should send the same data to clients regardless of v1 vs v2, despite being almost entirely different code. I didn't change anything about the schema, and have even used some older AIs for games against the new v2 code and it worked fine.

I've just been drowning in work this week so I have not had time to pull this down and step through it with a debugger making sure everything seems fine.

sigh unit tests would be so nice right now.

JacobFischer commented 5 years ago

Looks great!