Skip to content
Snippets Groups Projects
Commit 06992c8f authored by Karim Abdelkafi's avatar Karim Abdelkafi
Browse files

premiere version du main

parent 4b93dd2b
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