This is a small program capable of keeping score of the “donuts” for the Rack ‘n’ roll game.
It is very user friendly and requires only the VB5 or up runtime DLLs. Will run on XP without extra files.
To use grab an image on the left and drag it onto the grid.
To remove an image grab the image and drag it to the small box shape on the lower left.
To show or hide arrows click the checkbox at the top. While arrows are showing the “donuts” cannot be changed, removed or moved. If you press clear while arrows are showing they will still show but the score will change.
Lastly, you cannot drag, drop the second ring but you can remove it. if you try to it will copy the back one. <- will be changed shortly
-UPDATE : VERSION 1.4 ADDED ~1/10/07
Hope you enjoy!
~Jordan Piscitelli - Team 230 - Gael Hawks
Comments, questions, suggestions or errors can be posted below! But please only post errors found in the most recent version and post the message and preferable a picture or some other helpful information!
EDIT:
Found an error:
If you place a spoiler on a keeper, and than try to move that spoiler off of the keeper, it turns into the type of keeper it was.
Yeah, thanks alot. Now if you wanted to get REALLY complicated, you COULD insert some impossibly complex algorithms that actually display what the best move would be…
Thanks, liked it, especially the one with the tactics, but I think there is an error: 1 tube alone doesn’t give you any points. Correct me if I’m wrong.
Having this type of program available during a match would be cool, but it does not look like it would be allowed. Info from the FIRSRT forum says:
You will not be allowed to bring the program onto the field on a for the coach due to the restriction on special equipment (T23 - section 9.6.6).
The program might be allowed to to run on a laptop connected to the operator interface (it isn’t clear to me if this would exceed the allowable functions under rule R79) but only the drivers could touch it (rule G49).
Um, yeah… I guess I’m a little light on documentation.
There’s a windows binary of the version with strategy advice in this zip file.
When you run it, it will show all the info about a blank board and then prompt you for the x and y coordinates for a leg to change the contents of. Next, you input which tubes are on it, and then it prints out all the info about the new configuration.
Hmm… the tactics don’t seem to work very well on this program (v.1.5). Try lining up the rings like this starting in the upper left hand corner:
B
B R R
The program’s suggestions seem to be a bit erratic. The most red gain showed a green piece on top of the lower blue piece and said the score was 10 to 4. Also, showing the most blue loss multiple times causes the projected red score to jump higher every time.
I am currently developing a program like this in Java, but it will be text based at first, or it always will, I’m not sure yet. But I will make sure that it works well with scoring and deciding the best next offensive and defensive moves. I am also thinking about having an option to save a text file with every move and suggestion made.
Change the link to the one in your previous post as this one 404s. You also might want to right a readme and .zip it all together so that those unfamiliar with Python can use it.