Could I use Google App Engine?
Would a game made for Google App Engine be ok in PyWeek? It would be made in Python (at least the server side part, which would be most of the game), but it would also need some HTML, CSS and Javascript... that's why I ask.I have something in mind that I would like to try, if the theme is appropriate. It wouldn't be an action game, as that would rely heavily on Javascript and client-side code, but something that would rely more on server-side code (thus, python in webapp2)
I would understand that mixing Python with client side coding would not fit in PyWeek, though ; ) What do you think?
(log in to comment)
Then there's also plain CGI with Python, of WSGI if your server allows it.