Skip to content
Snippets Groups Projects
Commit 05b07f2d authored by Leo's avatar Leo
Browse files
parents 9d5e2b63 06992c8f
No related branches found
No related tags found
No related merge requests found
main.sh 0 → 100644
#!/bin/bash
source ./menu.sh
# on ajoute les autres sources à la fin
function main {
plateau_largeur=20
plateau_longueur=20
snake_x=10
snake_y=10
longueur_snake=1
direction="d"
snake_body=()
food_x=0
food_y=0
game_state=1
}
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