rts libgdx design?
Posted
by
user36531
on Game Development
See other posts from Game Development
or by user36531
Published on 2013-10-31T03:51:57Z
Indexed on
2013/10/31
4:22 UTC
Read the original article
Hit count: 356
I am attempting to create a simple rts multi-player strategy game using libgdx. I am stumped at the moment. I want the underlying game world to run at all times and be aware of where all items are on the map.. so if player A logs in and moves unit to some location on the grid and logs off, that unit info is still there and can be accessed again by player A when they log back on to move somewhere else (if it didnt get attacked during the playerA was logged off). How can i do this? Do i create a main game world on the server and when players connect make client just sequentially request whats in each visible tile? Is there an easier way to get this done? Or go SQL route? Whats better?
© Game Development or respective owner