Tagged Questions

4
votes
2answers
89 views

Web-based micro-transaction API

I am currently making a browser-based game and I would like to integrate micro-transactions. However I would prefer not to have to implement my own storefront. Does anyone know of an available ...
0
votes
0answers
269 views

is Python enough to build big game? [closed]

Possible Duplicate: Famous games written in Python i will start build big game , and i have python as the available option for me at the current time , but i don't know if it capable and ...
3
votes
2answers
500 views

Efficient player state architecture in Google App Engine

I am investigating Google App Engine for use in a browser based MMO. The player will make a server request when ever they build, buy or do any other action that the server needs to process. Therefore ...