agar.io-clone
agar.io-clone copied to clipboard
delete food error
Ex: food = [A, B, C, D] eatenFood = [0, 2]
after eatenFood.forEach(deleteFood) food become [B, C] , is not [B, D] Expected.