In a moment of boredom I wrote a little game system for my Newserv Lua engine.

Nothing exciting at the moment, but I'm working on connect 4 next!

Try: /msg U startgame guess

Update: Now we also have naughts and crosses (2 player version): /msg U startgame naughtsandcrosses

If you'd like to have a go at writing a game for U, my example code is linked to below.

Note that if you're doing something big you'd probably want to contact me in advance, as I'm not guaranteeing to run anything.

http://webdev.quakenet.org/~slug/column/guess.lua

The API is pretty obvious, I'll write a little wrapper around it later to make it easier to use.

Update: v2 api (with multiplayer support) needs a bit of tidying before release, v1 still works though.