Online Score database

While my game is a bit boring, I've successfully created an online game database! So if you connect to the main server before starting, all your scores are submitted to the database after each game.

The current standings are then served to a webpage at juicer.rainbow-100.com.

The best part is that both the game server, the web server (which is proxied behind apache), and the database (sqlite3 in python2.5) are pure python and will be distributed with the game. Totally sweet.

(log in to comment)

Comments

Neat!