Multiplayer game use json and map to send location

Опубликовано: 17 Октябрь 2024
на канале: navidrct
1,165
60

convert map to json and send that json with udp socket to server in gamemaker studio

my first game:
https://play.google.com/store/apps/de...

link to my patreon page and download sources and graphics:
  / navidansari  

instagram:
  / navidrct  

timecodes:
0:00 intro
0:11 explaining on photoshop
2:32 create map in gamemaker studio
3:29 add key and value to our map with ds_map_add_value
4:10 create json with map with json encode
5:17 why we should use buffer_tell
7:23 get json data from gamemaker to our node js server