Pygame, WebXDC, and XMPP
A possible idea.
Preface
Thinking of the possibility to incorporate Pygame software with XMPP and thereby make them usable with WebXDC software.
Pygame
Pygame is a set of Python modules designed for writing games. It is written on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame is highly portable and runs on nearly every platform and operating system.
WebXDC
WebXDC is a specification for sharing interactive embeddable widgets, that are built with HTML and JavaScript technologies, via a chat platform, and sharing state between participants in the chat without allowing external network connections.