How would I make my game multiplayer (on two separate computers)?

edited April 2014 in How To...

The question name virtually says it all.

I want to be able to transfer data (i.e. player coordinates) from one computer to another, and since I am new to programming in general, I don't know where to start.

I hope my question isn't too vague...

Answers

  • Answer ✓

    Hi Matyze, the approach would very well depend upon the volume of data, but i think a good way to start would be to use bluetooth library for processing

  • okay, sounds good :)

  • Simpler: just use the Network library which is precisely designed for that.

    The OSC library can help too, I suppose.

  • thanks!

Sign In or Register to comment.