ilan Expert Licensed User Longtime User Jan 25, 2015 #1 what would be the easiest way to make a simple multiplayer game? (like XO where everybody play in his turn) what do i need for that?? thanks
what would be the easiest way to make a simple multiplayer game? (like XO where everybody play in his turn) what do i need for that?? thanks
Erel B4X founder Staff member Licensed User Longtime User Jan 25, 2015 #2 You need to run an online server. You can use iWebSocket library together with B4J WebSocket server to implement it. Upvote 0
You need to run an online server. You can use iWebSocket library together with B4J WebSocket server to implement it.
ilan Expert Licensed User Longtime User Jan 25, 2015 #3 thanx erel, i will take a look at it... Upvote 0