Skip to content
Snippets Groups Projects
Commit 79b09a9e authored by Arnaud Albiez's avatar Arnaud Albiez
Browse files

Ajout non fini de la fonction move_direction

parent bee378d9
Branches
No related merge requests found
player.c 0 → 100644
#include "player.h"
void move_player(struct Grid* grid, enum Direction direction){
switch(direction){
case 'z' :{
break;
}
case 's' :{
break;
}
case 'q' :{
break;
}
case 'd' :{
break;
}
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment