Tic Tac Toe Game

Learn how to create a two person game for iPhone/iPad with three different modes.

The first mode is where you can play against an opposing player by passing the phone or iPad between two players to take turns. The second mode is where you can challenge your phone and see who comes out top and the third mode uses the multipeer connectivity framework to pit two players against each other, each running the application on their own device.

Course curriculum

  • 1

    Introduction

    • Welcome

    • Course Material

    • Where to Get Help?

  • 2

    O | X | O

    • 01 - Introduction and Overview

    • 02 - Setup and StartScreen

    • 03 - Game Planning

    • 04 - Two Player Game

    • 05 - Challenge Your Device

    • 06 - Code Refactoring

    • 07 - MultiPeer Connectivity Framework

    • 08 - Completing the Game