Post Reply 
Python OOP broken?
06-23-2021, 09:20 PM (This post was last modified: 06-23-2021 09:23 PM by Albert Chan.)
Post: #2
RE: Python OOP broken?
(06-23-2021 08:51 PM)jfelten Wrote:  self.players.append(player.HumanPlayer)

You might need to create a class instance:

self.players.append(player.HumanPlayer())
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Python OOP broken? - jfelten - 06-23-2021, 08:51 PM
RE: Python OOP broken? - Albert Chan - 06-23-2021 09:20 PM



User(s) browsing this thread: 1 Guest(s)