yichuan66 / snake-game

0 stars 0 forks source link

snake.set_new_direction opposite direction judgement #11

Closed yichuan66 closed 5 years ago

yichuan66 commented 5 years ago

Whether the direction can be set to new direction shouldn't be determined by current_direction == opposite(new_direction). It should be determined by the snake body layout on the board.