+ 2
Want to make online game
I've got a ready Tic Tac Toe game with hotseat mode, but now I want to make online multiplyer. What do I have? Hosting with PHP and no Node.js support. Where do I need to look? What do I need? I heard not much about sockets. Maybe there are any library to help in my case? I need to make JavaScript game to chat with my PHP server onto hosting. Creating a room for two players with unique ID and then working with they turns. Like, one player made his turn, server says "OK, now you can't move, it's player's 2 turn". All I done for now is generating UID on server and sending it in JSON to JavaScript. I don't know what to do next and how I will make my game
2 Answers
+ 2
I am newbie, this article does't help. And I'm not using Linux