C++/SDL database?

Started by
1 comment, last by BroOf 14 years, 5 months ago
Hey all! I am working on my card game which has the same structure than Yu-Gi-Oh! If you don't know what yugioh is i will explain it short: 2 Player fight against each other with help of cards. Each card has a name, a picture, a level, a description, a attack and defensive value. Because there are a lot of cards I thought I could build something like a database for it. In PHP/MySQL it wouldn't be a problem for me but in C++... However: Whats the best way to store all these values on the client pc (I don't want to use MySQL because there would be to much traffic)? I tried it with a simple .txt file but I think there are better ways to do this or is this the common way? Greetz: BroOf [Edited by - BroOf on November 11, 2009 7:08:34 AM]
Advertisement
Sounds like another job for SQLite :)
Ah i heard about it but never tried it :D Thank you very much! I will read some tutorials now!

This topic is closed to new replies.

Advertisement