busbey / project-z

a system for testing agent-based goal seeking strategies in a simple and intuitive game world.
Other
0 stars 0 forks source link

round robin submission match maker #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
need a round robin that places dudes against each other.

{{{
Teams.each begin |a|
  Teams.each begin |b|
    Bugs.each begin |bug|
      Maps.each begin |map|
        play_match(a, b, bug, map)
      end
    end
  end
end
}}}

Original issue reported on code.google.com by sean.bus...@gmail.com on 20 Oct 2007 at 12:55

GoogleCodeExporter commented 9 years ago
almost done.  working in submission/ directory.  making this via a few bash 
scripts.

Original comment by sean.bus...@gmail.com on 23 Oct 2007 at 3:46

GoogleCodeExporter commented 9 years ago
implementation has 85/90% completion and i know the remaining parts.  delayed 
till 
after wednesday.

Original comment by sean.bus...@gmail.com on 27 Oct 2007 at 3:18