I'm fairly new to web development and Django so bear with me. I'm planning to make a fairly simple website in Django, that part I can manage.
I'm then looking to build a few basic 2d games into it, I fully appreciate that you can easily manage this in flash or as a java web app but I'm looking to implement them in python. I've done some research but I'm coming up blank, is there a straightforward way to create 2d python web games that would easily be integrated with django?
I'm hoping to build these games in Python so that the users can program their own individual AI's for the game, again in Python, and compete against each other. As a bit of a competition/learning exercise.
Thanks in advance and sorry if it turns out to be a stupid question.