[Swift] 셔플 카드 게임 만들기
2020.04.16
참고 : Stanford CS193P : Lecture 03 https://youtu.be/w7a79cx3UaY ViewController.swift // // ViewController.swift // lecture1 // // Created by Jho on 2020/03/20. // Copyright © 2020 COMP420. All rights reserved. // import UIKit class ViewController: UIViewController { //var game = Concentration(numberOfPairsOfCards : (cardButtons.count +1_/2)//error private lazy var game = Concentration(numberOfPai..