Java Snake

Java Snake game running in Windows 10

Snake game programmed in Java. The goal of the game is to navigate the snake to the food that appears on the game map. Every time a food is eaten by the snake, a new one is generated at a random coordinate where the snake body is currently not located.