view GeoQuiz/Logic/GameSelection.swift @ 3:4dbe0cd9dadc

first game prototype
author Dennis C. M. <dennis@denniscm.com>
date Thu, 22 Sep 2022 10:42:39 +0200
parents 259a15f485c5
children
line wrap: on
line source

//
//  GameSelection.swift
//  GeoQuiz
//
//  Created by Dennis Concepción Martín on 13/9/22.
//

import Foundation

enum GameName {
    case guessTheFlag, guessTheCapital, guessTheCountry, guessThePopulation
}