Hei Guys and Girls, I got a big question.
What you need to know:
- I try to create a browsergame in construct 2
- I want to create a grid map
- I want just load what the user see
- The full Map is 255 * 255 (65025 fields)
- The fields should not look same (trees, water, mountains and so on)
First what I want to do:
- A big Map in 3 resolutions (500*350px/ 120*80px/4*4px per field)
- The Map should just draw the fields in the viewpoint and some around
- The Map should only request informations from the fields in the viewpoint...
- After Dragging it should draw more fields and load more
What I send to my db and what I get:
- I send the id from the city where I came from
- Db take it as middle city and send me all informations from the fields around that city
Sry for bad english ;)