Hello, I am creating a game with objects (models) all throughout a world, what would be the best way to represent the worlds coordinates using a tile based map? Sorry if I'm not specific enough,I can explain more if needed
Printable View
Hello, I am creating a game with objects (models) all throughout a world, what would be the best way to represent the worlds coordinates using a tile based map? Sorry if I'm not specific enough,I can explain more if needed
hi can you teach me how to create a very basic game in java?? please... im very interested to learn about coding..specially in
game... please help.. me.. thanks in advance :))
You could use arrays to store rows and columns of tiles and give each tile a specific index, ie row: / column: (x,y).