Skip to content
Snippets Groups Projects
Commit 3094c718 authored by yanis's avatar yanis
Browse files

init liste mots

parent 9fbc9840
Branches
No related tags found
No related merge requests found
......@@ -8,5 +8,24 @@
import UIKit
class GameEngine: NSObject {
// test ?
private var listeThemeAnimauxFacile : [String] = ["Chien", "Chat", "Lion", "Girafe", "Éléphant", "Serpent", "Oiseau", "Tigre", "Papillon", "Singe"]
private var listeThemeSportsFacile : [String] = ["Football", "Basket-ball", "Tennis", "Natation", "Rugby", "Golf", "Volley-ball", "Baseball", "Athlétisme", "Boxe"]
private var listeThemeAlimentsFacile : [String] = ["Pomme", "Banane", "Carotte", "Poisson", "Riz", "Fromage", "Pain", "Chocolat", "Fraise", "Poulet"]
private var listeThemeVillesFacile : [String] = ["Paris", "Londres", "New York", "Rome", "Tokyo", "Sydney", "Barcelone", "Berlin", "Istanbul", "Mumbai"]
private var listeThemeCouleursFacile : [String] = ["Rouge", "Bleu", "Vert", "Jaune", "Rose", "Violet", "Orange", "Gris", "Marron", "Noir"]
private var listeThemeAnimauxDifficile : [String] = ["Chimpanzé", "Lynx", "Hippopotame", "Pélican", "Kangourou", "Anaconda", "Chimère", "Panda roux", "Calmar géant", "Ouistiti"]
private var listeThemeSportsDifficile : [String] = ["Escrime", "Squash", "Haltérophilie", "Badminton", "Ski de fond", "Pentathlon moderne", "Canoë-kayak", "Aviron", "Patinage artistique", "Triathlon"]
private var listeThemeAlimentsDifficile : [String] = ["Artichaut", "Quinoa", "Courge", "Wasabi", "Chou-fleur", "Sarrasin", "Salsifis", "Morue", "Canneberge", "Pistache"]
private var listeThemeVillesDifficile : [String] = ["Copenhague", "Budapest", "Dubrovnik", "Séoul", "Marrakech", "Reykjavik", "La Nouvelle-Orléans", "Bratislava", "Wellington", "Accra"]
private var listeThemeCouleursDifficile : [String] = ["Écarlate", "Azur", "Émeraude", "Safran", "Pourpre", "Indigo", "Sienne", "Cyan", "Vermillon", "Lavande"]
private var motADeviner : String = ""
private var coupRestants : Int = 0
private var lettresTrouves : [Character] = []
override init() {
//code
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment