Tambola is a social game played in several Commonwealth countries and is quite famous in India.
http://en.wikipedia.org/wiki/Bingo_(Commonwealth)
This is the code for the core game engine. Runs from the command line. You may use it for your application.
To run, from Cmd prompt type:
> python tambola.py <time>
where, <time> is to be replaced by time in seconds.
For example:
> python tambola.py .1
would run with 1/10 second delay.
1 The ticket is currently hard-coded. Ticket generation can be automated. 2 Store information in database. 3 Host this behind a Web server.
Written on Python version 2.7.3