Re: Pygame

2016-09-01 Thread M Hashmi
n, context variables, IP addresses, users etc. Pygame is devised for Desktop or even Mobile architectures to an extent and Django request structure is alien for it. Having said that...there is no limitations in programming and you can do anything you want. However to achieve an objective you need to defin

Re: Pygame

2016-09-01 Thread ludovic coues
As long as the product of pygame is a python program and not a set of HTML and JS file, django won't help you. The other way can work. You can make HTTP request from pygame to django, to get a list of high score for exemple or a set of instruction in a turn based game, like a move in a chess

Pygame

2016-09-01 Thread DB32
Is Django able to support pygame? For example am I able to display somethings made in pygame onto a web page? The pygame will have a lot of different assets, images ect which are imported from my files -- You received this message because you are subscribed to the Google Groups "Django