I am trying to set up a little game, using php and flash.
I built a "Map" objects where players can run their figure.
Now I would like to have this Map in a global variable / shared objects persistent in memory, to avoid storing all that in a database...
Daoes Anyone has an idea about how to do that ?
Many thanks for your help !
Patrick