use state machine in our nodejs server to make multiplayer game 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:23 createm enum in gamemaker studio
1:18 create same enum in nodejs server
3:11 use message type in our send map over udp function
4:42 debug our multiplayer game methode 01
6:07 create state machine in nodejs server with switch case
9:19 get data that is comming from server to our game in game maker studio