GSoC/GCI Archive
Google Code-in 2013 Copyleft Games

Bitfighter: Test Writing

completed by: John

mentors: kaen, raptor, watusimoto

Remember to join our IRC channel when working on this task! We are on #bitfighter at freenode.net. We are friendly!

Your task

Bitfighter has implemented a testing framework using google test, and we have implemented a fair number of tests. But more are always needed. We welcome ideas for tests to implement. Here are some ideas that we have

  • Figure out how to get a MasterServer object to communicate with a ClientGame and a ServerGame object. All these objects can be created, and ClientGames can talk to ServerGames, but very little work has been done to get the Master to talk to anything else. May be able to implement functionality similar to the Client/Server Local Connection code that exists and works.