- Home /
How to implement online multiplayer in a simple 1v1 game?
Hello, I want to make my game multiplayer so it can be playable on two devices that are connected to the same network. My game is pretty simple (two players that use on-screen joysticks to move and a scoring system + a timer that stops the game when the time is over).
Are there any resources on the internet that teach how you can do something like that? Or if someone has any ideas, I would like to hear them because I really want to learn how to make my game online multiplayer.
Thanks!!
Answer by pretara40 · Nov 02, 2020 at 04:11 PM
I recommend this playlist: https://www.youtube.com/playlist?list=PLS6sInD7ThM1aUDj8lZrF4b4lpvejB2uB
Answer by CmdrZin · Dec 04, 2020 at 11:42 PM
I have some Unity Client + NodeJS server examples at https://github.com/CmdrZin/NodeJS
It's fairly simple to use.
Your answer
Follow this Question
Related Questions
How do I create an online object counter 2 Answers
Unity networking tutorial? 6 Answers
Should I be using peer-to-peer networking for my 1v1 game? 1 Answer
Turn Based Online Multiplayer help 1 Answer