Method: Bcpm::Match.engine_options

Defined in:
lib/bcpm/match.rb

.engine_optionsObject

Key-value pairs for friendly => canonical names of battlecode engine options.



30
31
32
33
34
35
36
37
# File 'lib/bcpm/match.rb', line 30

def self.engine_options
  {
    'breakpoints' => 'bc.engine.breakpoints',
    'debugcode' => 'bc.engine.debug-methods',
    'noupkeep' => 'bc.engine.upkeep',
    'debuglimit' => 'bc.engine.debug-max-bytecodes'
  }
end