Open tpemartin opened 12 months ago
For game.create_room()
Resource import
https://github.com/tpemartin/gamepy/blob/5ba38426f94ca8a19e46c8fc6cf3e0b7f5e1c6a9/games.py#L2-L5
Under Game
class:
helpers
https://github.com/tpemartin/gamepy/blob/5ba38426f94ca8a19e46c8fc6cf3e0b7f5e1c6a9/games.py#L87-L89
Final reference answer:
https://github.com/tpemartin/gamepy/blob/d0a8a6ff637a2a5c182610deb7768ec688552e79/games.py
Add proper method to
Game
andPlayer
classes from (games.py) so thatworks as it should.