Game software design
- by L. De Leo
I have been working on a simple implementation of a card game in object oriented Python/HTML/Javascript and building on the top of Django.
At this point the game is in its final stage of development but, while spotting a big issue about how I was keeping the application state (basically using a global variable), I reached the point that I'm stuck.…