http://icfpcontest.cse.ogi.edu/task.html
So is anyone interested in forming a team?
···
–
Alan Chen
Digikata LLC
http://icfpcontest.cse.ogi.edu/task.html
So is anyone interested in forming a team?
–
Alan Chen
Digikata LLC
Oh cool! I wrote some code for a game very similar to this. Check
http://botfrenzy.sourceforge.net/
The logic for pushing robots is nearly the same as required (aside from
rebooting). My code sucks, but it works. Note: project at link is
hibernating until the gutopia/paragui thing is ironed out.
On Sat, 31 Aug 2002, Alan Chen wrote:
http://icfpcontest.cse.ogi.edu/task.html
So is anyone interested in forming a team?
In article 20020830195837.GA3371@digikata.com,
Alan Chen alan@digikata.com wrote:
http://icfpcontest.cse.ogi.edu/task.html
So is anyone interested in forming a team?
Looks interesting… so how should we break up the problem?
Phil
Alan Chen wrote:
http://icfpcontest.cse.ogi.edu/task.html
So is anyone interested in forming a team?
I also started coding, may I join you?
This seems like this would be an interesting project. Is somebody
organizing a Ruby team? Some sort of projet leader?
I’d be interested in joining, if so.
Cheers,
bs.
On Sat, 31 Aug 2002, Alan Chen wrote:
http://icfpcontest.cse.ogi.edu/task.html
So is anyone interested in forming a team?
Well, I hate to propose and effort and run, but it turns out that
I have an appt on Sunday so I would have to cut short my participation.
In terms of breaking up the problem,
I would think that getting the protocols working would be the first goal.
module Protocol
Main # Connects to server, state engine to keep track of game ‘phase’
# hands out received data to appropriate phase parser
PubSub # game event/message core using publish subscribe model
Map # receive the map, receive map events to update the map, create/delete robots?
Packages # receive package info, update the robot with the info
Commands # sending correct commands based on subscribe to command messages
end
module Robot
Base # id, money, cargo + any Mgr’s from above
Commmand # publish commands
Ours < Base # Our Robot w/ AI hooked in
Theirs < Robot_Base # Opponent Robots
end
module AI
Main
Navigation
Bid Strategy
Delivery
Offense/Defense
end
On Sat, Aug 31, 2002 at 05:35:42AM +0900, Phil Tomson wrote:
In article 20020830195837.GA3371@digikata.com,
Alan Chen alan@digikata.com wrote:http://icfpcontest.cse.ogi.edu/task.html
So is anyone interested in forming a team?
Looks interesting… so how should we break up the problem?
Phil
–
Alan Chen
Digikata LLC
Ben Schumacher wrote:
On Sat, 31 Aug 2002, Alan Chen wrote:
http://icfpcontest.cse.ogi.edu/task.html
So is anyone interested in forming a team?
This seems like this would be an interesting project. Is somebody
organizing a Ruby team? Some sort of projet leader?I’d be interested in joining, if so.
Cheers,
bs.
How fit are you in Ruby?
Ok there’s now a page at RubyGarden
I’ve added some initial tasks, but haven’t broken it down too nicely yet.
On Sat, Aug 31, 2002 at 08:12:15AM +0900, Ben Schumacher wrote:
On Sat, 31 Aug 2002, Alan Chen wrote:
http://icfpcontest.cse.ogi.edu/task.html
So is anyone interested in forming a team?
This seems like this would be an interesting project. Is somebody
organizing a Ruby team? Some sort of projet leader?I’d be interested in joining, if so.
Cheers,
bs.
–
Alan Chen
Digikata LLC
http://digikata.com
Alan Chen wrote:
On Sat, Aug 31, 2002 at 08:12:15AM +0900, Ben Schumacher wrote:
On Sat, 31 Aug 2002, Alan Chen wrote:
http://icfpcontest.cse.ogi.edu/task.html
So is anyone interested in forming a team?
This seems like this would be an interesting project. Is somebody
organizing a Ruby team? Some sort of projet leader?I’d be interested in joining, if so.
Cheers,
bs.
Ok there’s now a page at RubyGarden
http://www.rubygarden.org/ruby?IcfpContestI’ve added some initial tasks, but haven’t broken it down too nicely yet.
I put my initial coding efforts on the page…
It wa just my first try, it will be removed, but I wanted test the
mechanism of the site…
Thanks, Christian
Alan/Christian,
Are you accepting any further team members? It sounds like an interesting
project, ‘my Ruby’ is [as far as I’ve been told] pretty good, and I’m
definitely interested in any part I could play.
On Friday 30 August 2002 08:06 pm, Alan Chen wrote:
Ok there’s now a page at RubyGarden
http://www.rubygarden.org/ruby?IcfpContestI’ve added some initial tasks, but haven’t broken it down too nicely yet.
–
Bruce Williams http://www.codedbliss.com
iusris/#ruby-lang bruce@codedbliss.com
Always happy to accept more members. Anything you’re itching to code up?
We could use someone to start thinking about AI especially.
On Sat, Aug 31, 2002 at 10:38:22AM +0900, Bruce Williams wrote:
On Friday 30 August 2002 08:06 pm, Alan Chen wrote:
Ok there’s now a page at RubyGarden
http://www.rubygarden.org/ruby?IcfpContestI’ve added some initial tasks, but haven’t broken it down too nicely yet.
Alan/Christian,
Are you accepting any further team members? It sounds like an interesting
project, ‘my Ruby’ is [as far as I’ve been told] pretty good, and I’m
definitely interested in any part I could play.
- B
–
Bruce Williams http://www.codedbliss.com
iusris/#ruby-lang bruce@codedbliss.com
–
Alan Chen
Digikata LLC
http://digikata.com
Always happy to accept more members. Anything you’re itching to code up?
We could use someone to start thinking about AI especially.
Sounds good, I’ll start by writing down some strategy ideas and getting them
on the wiki; code written from them can be written into the Client/Robot once
we have a good base set up.
–
Bruce Williams http://www.codedbliss.com
iusris/#ruby-lang bruce@codedbliss.com