yichuan66 / snake-game

0 stars 0 forks source link

use dict() instead of set() to store snake body table #12

Closed yichuan66 closed 5 years ago

yichuan66 commented 5 years ago

dict() is more convenient for "bite self" detection (argmax > 1)