Snake Game Project in the C Language
THE PLAN
- Check code from labwork 3 & see potential uses (What ports?)
- Test the pixels in display, find out the size of display in pixels (Test it with an vector!)
- Start coding! (Function for snake, food, walls including tail as obstacle?)
- Implement?