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)
Comments
Then there's also plain CGI with Python, of WSGI if your server allows it.
Cosmologicon on 2012/04/24 14:48:
There have been (I believe) two web-based Pyweek entries that used python on the server side. I think it's great, it's always interesting to see an entry that's not pygame or pyglet. Even if you have to include a good bit of client-side code, as long as most of the code for the game is in python I think it's appropriate. I don't make the rules, though.