dripton / Slugathon

Clone of the old Avalon Hill fantasy wargame Titan, using Python / PyGTK / Twisted
https://github.com/dripton/Slugathon/wiki
8 stars 2 forks source link

HTML5 client #162

Open dripton opened 12 years ago

dripton commented 12 years ago

It would be great to have an HTML5 client, to let people play the game from any modern web browser. That would mean squeezing the UI into one window, converting a bunch of Python to JavaScript, and switching the network protocol from PB to JSON over websockets.