is snake v2
This commit is contained in:
parent
bab6423fb9
commit
b252054385
@ -45,12 +45,10 @@ int is_snake(struct snake* snake,int x,int y){
|
||||
if(pozicia->x == x && pozicia->y == y){
|
||||
return 1;
|
||||
}
|
||||
else{
|
||||
pozicia = pozicia->next;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
int step_state(struct state* st){
|
||||
int nx = (st->snake->x + st->sx);
|
||||
|
Loading…
Reference in New Issue
Block a user