I want to:
- Change the color of the snake
- Change the input keys, so instead of arrow it uses WASD so the screen doesn't move when playing
- Change start game key, so that you don't have to press the space bar and scroll the screen down
- Give the new game and settings buttons a white background for visual appeal
Struggles I had after completing this:
- It was hard for me to find out how to change the color of the snake, as it was listed under activeDot, and not anything snake related
- It was also difficult for me to change the inputs from arrow keys to WASD, as the keys were defined using key codes, and not just the key itself