how to store a 2D game world in mysql

Posted by monthon1 on Stack Overflow See other posts from Stack Overflow or by monthon1
Published on 2010-03-28T12:09:47Z Indexed on 2010/03/28 12:13 UTC
Read the original article Hit count: 250

Filed under:
|

I am making a 2D game in javascript/ajax, that will be using data stored in mysql database. Every user have got his own "area" made of small squares that can have some values. But I have no idea, how to store values of each square in mysql, when each user can have area with different width or height. Do you have some idea?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about game