A few weeks ago I was pointed at a web version of Singularity written by a friend. It's a simple game with simple rules
One of the more interesting things is that bots are actively encouraged. This got me interested, and I decided to write myself a bot in perl.
I decided to write YesterdayBot a fairly simple bot, that just uses yesterday's winning number as it's guess for the day. My first attempt was just a script. I decided that I might like to write more bots in the future, so I moved the common code into a module of it's own. Thus, Singularity::Bot was born.
Download the module here:
or browse the module source in the code repository
[ Back to projects ]