View Full Version : Elevation Scorekeeping Program
BillW
09-28-2008, 09:55 PM
Attached is a small program to keep score in Elevation. It was written by one of our team members.
The file is an installation executable. Because this site will not let you upload an ".exe" file type, it was renamed ".c". You will need to rename the file back to an ".exe" type.
Enjoy.
--Bill Wiley
Coach
ACME Robotics, VRC Team #12
MarkO
09-28-2008, 10:27 PM
Attached is a small program to keep score in Elevation. It was written by one of our team members.
The file is an installation executable. Because this site will not let you upload an ".exe" file type, it was renamed ".c". You will need to rename the file back to an ".exe" type.
Enjoy.
--Bill Wiley
Coach
ACME Robotics, VRC Team #12
Looks excellent.. Thanks for sharing this with the Vex Universe.
corpralchee
09-28-2008, 10:38 PM
Looks great nice and simple.
Foster
09-30-2008, 03:45 PM
Thanks, it will help in our practice matches!
Sunny
09-30-2008, 06:43 PM
Uh, when i download it, and i switch it to .exe , the cmd window pops up really quickly and then it goes away...? help?
BillW
10-01-2008, 09:23 AM
Sunny,
If the command window is opening when you attempt to launch the exe version of the file, my best (and only) guess is that the header info which windows uses to determine the executable type is corrupt. Try downloading the program again.
--Bill Wiley
jgraber
10-08-2008, 08:50 AM
I noticed it does not have a warning for the following bad data entry.
Marking 1 goal owned shows a score of 5 points, but I don't think you can own a goal without also scoring at least 1 cube for that goal.
Rule check would be that #cubes_score >= #goals_owned
Kyle Love
10-08-2008, 12:51 PM
This is simple and easy to use. Thanks!