Snake

This is a basic Snake game I coded using Java and Swing. It was my first GUI project in Java and was a valuable learning experience. It features adjustable sliders for the size of the board as well as adjustable settings for speed.

To run this game, download the jar file using the link below and double click it. You may need to install the Java Runtime Environment (JRE), but this should come installed already on most computers. If not, make sure to install Java 1.8 or above.

Download Snake.jar

For Mac users, running the jar might give you a security warning since I am not a licensed developer. You can get around it by right-clicking the JAR and click "Open", then click "Open" again on the prompt.

You can find the source code for this game at Github: Snake

A screenshot of the game. You must download the JAR to run it.