well, you know, I guess it’s that time of year when I desperately ask “who will judge the 4K games?” But this year is going to be different. Why should we rely on 3 judges and hope their’s no serious bias? I think 3 is just not enough people. So I decided this year there will be a public vote! No more judges! I’m planning (still coding) these 2 voting systems:
-
have people rate any game (even from 4K 2005) on undecided categories from 1 (being poor) to 5 (being best). that way authors can see anything they might want to tweak in their game. I’m trying to get this system up before the contest ends.
-
at the end of the contest, Februrary 28th, I’m going to open up a poll for 72 hours. This poll will simply ask you to list your top 3 favorite games. The first favorite will get +3 points, the second will get +2 points, and the third +1 point. at the end of the poll, on March 4th, I’ll display results! Obviously the game with the most points (the game that was people’s top 3 list the most) wins.
Of course, there always is that issue of cheating… like, how am I supposed to know if someone’s voting twice? There’s no way I can check if someone’s changing their IP to vote again, and there’s no point and setting a cookie saying that person has voted. Obviously the best way to do it is using a user-based system. However, one of the original ideas of Java Unlimited was “not to be another site you have to register to.” So, I kinda was talking to ChrisM about things and he was unsure if I could pull this off, but I have I have managed to have Java Unlimited synch with JGO’s roster :D. So, if you’re a JGO member, you can vote on the games! No registration needed.
For those who are worried about what I mean when I say “synch,” I don’t mean the JGO roster is on my database. All of the user info (password, email, etc) is on JGO only, but Java Unlimited is able to validate if you’re a JGO member by having you login to JGO FROM Java Unlimited. No registering needed :). I’ve run this by ChrisM, he didn’t seem to have objections to this, but he hasn’t given me the final word yet. I’m sure he won’t mind as long as I prove all I’m doing is checking if your JGO login is correct - not storing anything. For those who are still curious, I can show you the PHP script I wrote to check the JGO login.
So, feedback please!