def start(): global mines, triche, graphisme try: mines, triche, graphisme, com, cre = menu("Démineur", "Lancer la partie", ["Mines", 19, 22, 25, 28, 31, 33, 36, 39, 42, 7, 10, 13, 16], ["Mode Triche", "non", "oui"], ["Graphisme", "sobre", "classique"], ["Commandes", "Nav: Flèches", "Déminer: OK", "Drapeau: Retour", "Rejouer: Maison", "Triche: shift"], ["Crédits", "Site web$nsi.xyz/demine", "Auteur$Vincent Robert", "Contributeur$Bisam tiplanet.org", "Contributeur$Critor tiplanet.org", "Contributeur$Arthur Jacquin"]) triche = 0 * (triche == "non") + 1 * (triche == "oui") graphisme = 0 * (graphisme == "sobre") + 1 * (graphisme == "classique") except: mines, triche, graphisme = 19, 0, 0 jeux()