Introduction - If you have any usage issues, please Google them yourself
Snake game to create three modules, divided into Map, Sanke, Gui. Map class uses 2D array to realize map layout. Snake class mainly uses GUI to monitor the Button button color change, to achieve willing to move and predation. And random food on the map. Gui moves the snake through the keyboard monitor. This project makes me feel the fun of programming!