Skip to content

Sandbox project for codingame Bot challenge coding.

License

Notifications You must be signed in to change notification settings

Epigene/codinbot

Repository files navigation

Condinbot

Not a gem! A sandbox where to develop bots for codingame in TDD manner, in separate, testable files.

Use

  1. Place files in lib/, and require them in lib/codinbot.rb like you normally would.
  2. Write specs in spec/
  3. Configure build_order.txt contents. 3.1 requires.rb, game_init.rb, and game_loop.rb will be necessary for all bots 3.2 graph.rb often is useful for 2d cell-based navigation
  4. When you're ready to sync to codingame, run $ ruby codingame_concatenator.rb

License

The code is available as open source under the terms of the MIT License.

About

Sandbox project for codingame Bot challenge coding.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published