We are trying to create a 2d topdown space shooter game for our thesis. Data that needs to be saved are user stats (equipped stuff, health, items), enemy stats(damage, etc) and the game state when the game was saved. Which would be the better choice in terms of efficiency or anything in particular? XML or SQL?
No comments:
Post a Comment