- Home /
How to make a simple co-op (2-player) Game?
does anyone use the server service "ElectroServer?" (http://www.electrotank.com/resources/downloads.html)
I believe I could make a simple 2 player game, but I don't know how to code for the server, so if someone could explain to me how to use it alongside Unity, that'd be great.
I don't need you to write code for me, I just want to know what their code means (I realize i should be posting on their forum, but i don''t have the right "permissions" to ask a question)
or if you have a suggestion for a reliable server for small multiplayer games, what would they(it) be?
Thank you for your time.
Answer by jiteshvm · Jul 26, 2011 at 04:20 PM
I havent used the ElectroServer but I have worked on the SmartFox Server. They are similar technologies and its very simple to create multiplayer games using it.
They have a sample unity project available at Multiplayer Island Demo
You should also have a look at at Bootcamp Multiplayer Demo
And you should also consider Unity's networking example
Thank you! I have tried setting up a server myself (based on the reference), but it gave me this error: Unhandled message 76 from 127.0.0.1:20072 and i haven't seen the third link you put, so i'll try that out. I looked far and wide I couldn't find it! So thank you for those links.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Multiplayer Respawning Problems 0 Answers
How do I connect a client to a server? 2 Answers
co-op game? 1 Answer