Tagged Questions
14
votes
4answers
1k views
noSQL - Is it a valid option for web based game?
Out of an opportunity and boredom, a friend and I decided to make a web based game. This is the first 'game' I will be making, since usually I program web apps in django.
I've opted to use the same ...
6
votes
4answers
506 views
Loading data for an RPG
I'm creating a small text RPG as a way to practice python and I'm running into a question about how to load data. The game is a wild west game, though that isn't too relevant, and I need to store ...