Gameplay Details


Match process

The flow for a single match is as follows:
  1. Human uses the website to join a match
  2. Match begins once enough players have joined
  3. Human configures bot with match-specific parameters (match key)
  4. Bot checks in with game server
  5. Bot plays match
  6. Website is updated to reflect match results

Game rules and Action Reassignment

All games are heads-up no limit Texas Hold 'Em. The game engine will automatically reassign a bot's input action to a different effective action in the following cases:
Note on bot setup
The bot should be written such that it is easy for the human developer/user to swap out match keys for each instance of the bot. When a match begins, the players will be shown the key in the browser. This key should be copied into the bot's message generation method(s). It must be included in every game websocket message.