playMaker

Author Topic: can i make this multiplayer game by playmaker?  (Read 2352 times)

alexlam127

  • Playmaker Newbie
  • *
  • Posts: 9
can i make this multiplayer game by playmaker?
« on: August 03, 2013, 05:51:56 AM »
all player data are stored in the server
when players want to play with each other,
the system match 2 players together with similar rank
they play with each other
when gameover, the rank is update

i have very little knowledge in coding and networking
i would very appreciate it if anyone can tell me what i need to learn in order to make this game. Thx

ps i only have unity free version. Pro is not affordable for me at this moment :-[

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: can i make this multiplayer game by playmaker?
« Reply #1 on: August 05, 2013, 03:06:14 AM »
Hi,

 PlayMaker supports both Unity Networking solution and Photon Networking solution, so you can pick either of them. I prefer personaly using Photon, because of it's Cloud based solution that makes simple multiplayer setup A LOT easier.

 If you plan on distributing for mobile, then Unity pro will be required.

You can test right away with playmaker, since Photon is included by default.

Bye,

 Jean