Open peterjosling opened 9 years ago
Will provide the same interface as UIPlayer, with a wrapper around an AIPlayer instance. So it'll take in either a class or an instance of a Player in the constructor, fire everything down the websocket, and only relevant commands on to the AI.
UIPlayer
AIPlayer
Player
Will provide the same interface as
UIPlayer
, with a wrapper around anAIPlayer
instance. So it'll take in either a class or an instance of aPlayer
in the constructor, fire everything down the websocket, and only relevant commands on to the AI.