Briefly
I am preparing corporate training in form of bots challenge. Currently I need to test it with real people — so I am seeking for about 20 volunteers. To bring some motivation I propose the small prize of $100 for winner.
To participate you should have basic skills in javascript (you can learn it sufficiently in an hour if you are using C++ or Java usually).
Here is project page — you can download game files and tool for challenging bots locally. You also can register an account here (see notes below).
More info
As I told, it is somewhat resembling contest or challenge of small programs written in javascript — we call them Bots. Bots should play the game against each other. Game is as follows:
Two players throw the single die (cube with numbers 1..6 upon its sides). Each could throw die as many times as he want unless 6 is cast. If player stops at his will and passes turn to opponent, all points cast in this turn are added to his score. If 6 was cast, turn is passed to opponent and nothing is scored to player for this turn. One who scores 100 or more wins. More details on rules you can find in help at the project page.
Currently I suppose to select the winner according to final rating with some lottery-like process provided that participants with higher rating have more chances to be selected (e.g. if player A has rating 400 points more than player B, his chances are 10 times more). This process is described too, though it could be discussed and changed (before final stage starts).
I plan that final stage will be held on Nov 24 2012, though date could be shifted earlier or later for participants comfort — it could be discussed too.
Registration
You can register account at the project web page. Or you can write me your e-mail and I'll create for you an upgraded account. If you registered account already you could also "request an upgrade" on profile page. Non-upgraded accounts are not used when selecting winner, so you can register additional accounts for testing purposes. It would be good if your main account have the same name as one at codeforces.
Testing
Please write me about any bugs (malfunctions) or holes (potential security vulnerability) you find. We suppose that if some problem is found that could not be fixed at all and prevent our little test-contest from being finished, prize will be awarded to one who found this problem.
Feel free to ask any questions here or privately.