Skip to content
Monican Agent edited this page Mar 17, 2015 · 2 revisions

Main player functionality implementation of IPlayer.

This class is responsible for many multi-party cryptographic operations for the game. Most player-oriented operations are triggered by external peer messages which are processed in the processPeerMessage function.

Source code and inline documentation: https://github.com/monicanagent/cypherpoker/blob/master/GameEngines/PokerCardGame/src/Player.as

Clone this wiki locally