Module: CARPS::Player

Defined in:
lib/carps/wizard/player.rb,
lib/carps/mod/player/mod.rb,
lib/carps/mod/player/interface.rb,
lib/carps/service/player/start.rb,
lib/carps/service/client_parser.rb,
lib/carps/service/player/config.rb,
lib/carps/service/player/mailer.rb

Defined Under Namespace

Classes: GameConfig, Interface, Mailer, Mod, StartInterface, Wizard

Class Method Summary collapse

Class Method Details

.parserObject

Create a parser which parses messages for the client



28
29
30
# File 'lib/carps/service/client_parser.rb', line 28

def Player::parser
   MessageParser.new default_messages + [Invite, ClientTurn] 
end