mirror of
https://forge.apps.education.fr/blender-edutech/ropy.git
synced 2024-01-27 08:23:20 +01:00
Ajout de la documentation des missions, des fonctions Rover et des fonctions Python
This commit is contained in:
parent
105d8130b3
commit
f1956a66c4
11
rp_cmd.py
11
rp_cmd.py
@ -7,6 +7,16 @@ from rp_lib import * # Bibliothèque Ropy
|
|||||||
# @project: Ropy (Blender-EduTech)
|
# @project: Ropy (Blender-EduTech)
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Initialisation du niveau :
|
||||||
|
# Niveau 1 : Les premiers pas de Ropy
|
||||||
|
# Niveau 2 : Ma première fonction
|
||||||
|
# Niveau 3 : Sécuriser Ropy
|
||||||
|
# Niveau 4 : Partir au bout du monde
|
||||||
|
# Niveau 5 : Faire face à l'inconnu
|
||||||
|
# Niveau 6 : Se rendre utile
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Fonctions
|
# Fonctions
|
||||||
###############################################################################
|
###############################################################################
|
||||||
@ -20,6 +30,7 @@ def mrp_avancer():
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
def commandes():
|
def commandes():
|
||||||
|
rp_niveau (1) # Saisir le niveau (de 1 à 5)
|
||||||
|
|
||||||
print("Go !!")
|
print("Go !!")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user