playMaker

Author Topic: Best workflow  (Read 1195 times)

4arrancho

  • Playmaker Newbie
  • *
  • Posts: 27
Best workflow
« on: June 01, 2020, 11:07:16 AM »
Hi

What do you think it's the best way to do a multiplayer game which 1 player play against other player with their own deck of cards. A game like topps match attax, panini adrenalyn, mynba2k20 or wwe supercard.

I don't know to code. I only use playmaker. I also have easy save, online account system, pun2(free), mirror(free) and game data editor.

With the online account system i can register players to a mysql database and login.

In playmaker i already have a system to get some cards with variables(prefabs) which will be childs of a gameobject that will belong to the player/user

What to do next?

Should i save those cards/prefabs with easy save internaly or send them to the mysql database?

Should i use pun2 or mirror to find other players to play?

Any ideas or tips?

Thanks

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Best workflow
« Reply #1 on: June 02, 2020, 02:11:14 AM »
Hi,

 yes, PUN would be the solution of choice, because it will give you a much better fundation for multi player, even if it's turn based.

Bye,

 Jean