Skip to content
Snippets Groups Projects
Commit 6a9663eb authored by Oussama Addi's avatar Oussama Addi
Browse files

Fonction pour générer les pommes

parent 09bb61d5
No related branches found
No related tags found
No related merge requests found
function generer_pommes(){
pomme_x = $((RANDOM % (getVariable plateau_largeur )
pomme_y = $((RANDOM % (getVariable plateau_hauteur )
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment