# Mise à jour : version mobile-friendly avec boutons tactiles à l'écran (flèches de direction)
# pour permettre de jouer sans clavier sur tablette / téléphone
game_with_touch_controls_html = """
Jeff le Killer - Mobile Game
"""
# Sauvegarde du fichier HTML avec commandes tactiles
file_path = "/mnt/data/jeff_game_mobile.html"
with open(file_path, "w", encoding="utf-8") as file:
file.write(game_with_touch_controls_html)
file_path