Search found 2 matches

by T3h_Muffinator
Sat May 03, 2008 3:31 am
Forum: Mortal Coil
Topic: Starting Automation
Replies: 6
Views: 31703

Okay, thanks! Also, I tried compiling your sample script in bluej, and it's giving me this error "n must be positive" in the line that calls the randomizer function (line 63). I figured that somehow you were passing a negative number in, so I put Math.abs(boardX) and the same for boardY, b...
by T3h_Muffinator
Tue Apr 29, 2008 8:58 pm
Forum: Mortal Coil
Topic: Starting Automation
Replies: 6
Views: 31703

Starting Automation

Hi, I'm new and wondering if anyone would be willing to explain to me how I can automate the acquisition and submission of the data (board) and solution. I read the sticky on automation, so I know the format of submitting a solution, I just don't know how to code it. I'd prefer to code in c++, but I...