Rock, paper, scissors, bots!
This Google AI challenge thing seems so neat, and like it’d be fun! Because who doesn’t like bots??
A couple of nights ago I made a rock/paper/scissors bot arena. You can make bots using Javascript and have them compete.
It seemed like it’d be fun to make, and who knows, maybe it’ll trick some people into trying out some easy programming since it’s all web-based.
It’s a little weirder than normal Javascript, but that’s because the code gets wrapped into an object before use:
(more…)