Mercurial > public > geoquiz
annotate GeoQuiz/Logic/GameSelection.swift @ 4:de54f05adb78
add prototype game stats
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Thu, 22 Sep 2022 11:38:42 +0200 |
parents | 259a15f485c5 |
children |
rev | line source |
---|---|
0 | 1 // |
2 // GameSelection.swift | |
3 // GeoQuiz | |
4 // | |
5 // Created by Dennis Concepción Martín on 13/9/22. | |
6 // | |
7 | |
8 import Foundation | |
9 | |
10 enum GameName { | |
1
259a15f485c5
fix bug with NavigationLink
Dennis C. M. <dennis@denniscm.com>
parents:
0
diff
changeset
|
11 case guessTheFlag, guessTheCapital, guessTheCountry, guessThePopulation |
0 | 12 } |