pond3r / ggpo

Good Game, Peace Out Rollback Network SDK
MIT License
3.11k stars 360 forks source link

No tests #49

Open lvenerosy opened 4 years ago

lvenerosy commented 4 years ago

Is there a plan to add tests in the future? In my opinion it is very hard to recommend ggpo in a professional setting when there are possible breaking points such as custom data structures.

Tests could make it easier to understand each working parts of the lib as well. I find that the vector war example is a bit bloated because you have to parse through rendering and game logic. I only care about what happens with the inputs and the game state.