Tagged Questions
4
votes
4answers
398 views
Database structure for a trading cards video game (TCG)
Just started and after pondering with registered users' table everything came to a halt.
So far I've got:
+----------------------+
| tblUsers |
+----------------------+
| ...
3
votes
3answers
275 views
How to implment the database for event conditions and item bonuses for a browser based game
I am currently creating a browser based game, and was wondering what was the standard approach in making diverse conditions and status bonuses database wise. Currently considering two cases.
Event ...