peterjosling / risk

Networked implementation of the Risk game
1 stars 1 forks source link

Create UIAIPlayer class #118

Open peterjosling opened 9 years ago

peterjosling commented 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.