You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Their game.py is very different than the standard game.py. Our code breaks since, for example, _initialize(), _update() or players are not methods/attributes of the class Game.
@chucheria@DelgadoPanadero can you take a look at the difference between those two game.py files? Do you see a way that we can easily use their engine without changing too much of our code? Is it worth it?
Description
@chucheria shared this new game engine that claims to be 45x faster than the one we are using. That's a huge statement. Let's test it.
Requirements
Things you need in order to complete the issue.
Acceptance Criteria
Criteria that must be met in order to close the issue successfully.
The text was updated successfully, but these errors were encountered: