Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.34 KB

README.md

File metadata and controls

23 lines (21 loc) · 1.34 KB

Tic-Tac-Toe

Instructions:

Setup:

  • Note: This project can only be run on a computer running MacOS
  • First download XCode from the Mac App Store
    • Here is a quick tutorial on how to download XCode from the App Store
  • Then download the Tic-Tac-Toe project to your machine
    • This can be done by clicking the green "Code" button and clicking "Download ZIP"
    • The button is located at the top right of the GitHub page
    • Then save the unzipped project to your Desktop or any other convenient location
    • Here is a tutorial on how to download a project from GitHub
    • You only need to watch the first 10 seconds of the video from the linked timestamp
  • Open XCode and load the downloaded XCode project
    • Click "File" on the left side of the ribbon on the top of the screen
    • Then click "Open..." and select the downloaded Tic-Tac-Toe Project
    • Then click Open and wait for the project to load

Running:

  • To run the project first make sure the iPhone 11 simulator is selected
  • Then click the black triangle on the top left side of the window
  • Wait for the simulator to load and enjoy the Tic-Tac-Toe Game!
    • Here is a tutorial on how to run an XCode Project