snake
snake copied to clipboard
Suggestion
1-Bug or what ? At first start player score is 2 but the snake '#' are 3. 2-You missed 1 '.' at the bottom right. xD 3-You could use the same symbol for the snake and the food so there are '.' and '#' only, delete the 'o' for food. 4-Could you remove the player score from the code too?It'll save a few more bytes for sure.You could release it as V2. :) Thanks.