

Mars Rescue Mission Programming Challenge 37
Frank Buss writes "A new challenge: Mars Rescue Mission. Have fun! Now you can win real prizes."
The biggest mistake you can make is to believe that you are working for someone else.
Easy problem (Score:2)
Re:Easy problem (Score:2)
Re:Easy problem (Score:2)
Re:Easy problem (Score:1, Interesting)
Shortest path will work (your possible moves are the 7 thruster configurations, not NSEW.. but still shortest path). And because you can precaculate it, you don't even have to use a very efficient shortest path.
Re:Easy problem (Score:2)
You can MAKE it into a shortest path problem. (Score:3, Interesting)
Numbers were way off (Score:2)
Why not write it as a video game? (Score:1, Redundant)
Re:Why not write it as a video game? (Score:4, Informative)
Re:You call yourself Marxist? Then read Marx! (Score:2)
I call myself a Marxist HACKER- that is to me, Marx is no different to me than any other economic system, and systems deserve to be hacked until they work for the largest number of lusers. I do support the Revolution- in my own way- and as you can see from the URL below, I hope to bring economic and social engineering to the United States in the 2008 election.
RTFA (Score:5, Funny)
Don't get hitting a block (Score:2)
Re:Don't get hitting a block (Score:2)
That made me scratch my head, too. Here's what I think they mean:
Re:Don't get hitting a block (Score:2)
I think I've got it right. I checked the Lisp code [frank-buss.de] (my doc says I can Lisp, but dad says the other kids may make fun of me). I'd post the exerpt here, but /. thinks that Lisp is pretty lame. Look for method update-robot.
Figured it out by looking at code (Score:2)
Re:Figured it out by looking at code (Score:1)
Are you sure, that the maximum speed in this path is 1? :-)
Re:Figured it out by looking at code (Score:2)
Re:Don't get hitting a block (Score:2)
of course gravity is still affecting you, but its getting halved too until you stop moving into the wall. yes,
Re:Don't get hitting a block (Score:2)
Genetic Algorithm (Score:2, Informative)
Re:Genetic Algorithm (Score:2, Insightful)
Re:Genetic Algorithm (Score:1)
Re:Genetic Algorithm (Score:1)
Re:Genetic Algorithm (Score:1)
FYI - Programming contest tonight (Score:3, Informative)
There are no prizes, the problems are not terribly hard (they are aimed at college-level participants), but you get geek points (whatever those are) and it's fun (in my opinion, at least).
Cool. (Score:5, Insightful)
2001 (Score:2, Funny)
anyone actually trying? (Score:2)
Re:anyone actually trying? (Score:1)
Well I did start off by looking at the problem, but then decided investigation into making SWF animations using the javaswf2 [anotherbigidea.com] program that they use on the website seemed like a less taxing thing to do on a Saturday morning.
The problem solving, being more fun, is obviously something to save for the Saturday night;-)
First results are in (Score:2)
The optimal solutions for both fewest steps and least fuel usage appear to have been found, which would make Jeremie Allard and Randy Sargent the winners for each finding both solutions. Allen Noe also deserves notice for being the first to find a fewest steps solution.
It appears most contestants required only about 3-4 hours of programming time and 2-20 minutes of cpu time. The problem was simple enough to apply a traditional shortest path algorithm, solvable
Re:First results are in (Score:2)