Not a gem! A sandbox where to develop bots for codingame in TDD manner, in separate, testable files.
- Place files in
lib/
, and require them inlib/codinbot.rb
like you normally would. - Write specs in
spec/
- Configure
build_order.txt
contents. 3.1requires.rb
,game_init.rb
, andgame_loop.rb
will be necessary for all bots 3.2graph.rb
often is useful for 2d cell-based navigation - When you're ready to sync to codingame, run
$ ruby codingame_concatenator.rb
The code is available as open source under the terms of the MIT License.