-1

I started with creating a card game for iOS and I'm interested whether or not could I create multiplayer over GameCenter or only over WiFi?

Rushy Panchal
  • 16,979
  • 16
  • 61
  • 94
iWizard
  • 6,816
  • 19
  • 67
  • 103

1 Answers1

1

Game Center is an Apple-provided interface for connecting players. Wi-fi is an internet connection method. You can use Wi-Fi to connect to other players anywhere in the world, through Game Center.

If you were looking for information on how to create a game with Game Center, I would check out http://www.raywenderlich.com/3276/how-to-make-a-simple-multiplayer-game-with-game-center-tutorial-part-12.

If you need information on how to create a multiplayer card game, I would look at http://www.raywenderlich.com/14618/how-to-make-a-simple-playing-card-game-with-multiplayer-and-bluetooth-intro-and-challenge

Jon Mattingly
  • 434
  • 5
  • 13
  • I didin't know how to spell question but I'm interested if I can creare card game to play over game center with other players anywhere in the world in real time. – iWizard Nov 16 '12 at 14:37
  • yes you can, the second tutorial will show you how to make a card game, the first will show you how to use Game Center – Jon Mattingly Nov 16 '12 at 14:42