Clone of the famous Snake VS Blocks game, made purely in JavaFX Canvas. Watch a 1 minute gameplay.
| Menu | In Game | Pause | Store |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
- Pause your game and never let anything hold you to score a highscore!
- Save your progress by hitting the pause button.
- Change your snake color by purchasing skins from the store using in-game collected coins.
- View top ten scores in the Leaderboard.
- Rare special powerup to send you into ultimate nirvana!
- Smooth animations and modern UI.
This game requires Oracle's Java Runtime Environment (JRE) 1.8 which can be downloaded for free from their website.
- Download jar file from here.
- Run the game:
java -jar Snake_Vs_Blocks.jar.
If you want to build it yourself, then you need to copy the contents of /src/main/resources to /src/main/java/ and compile Main.java from directory /src/main/java.
Getting ultra fast speeds? Try this:
java -Dquantum.multithreaded=false -jar Snake_Vs_Blocks.jar
This project is part of course CSE201: Advanced Programming at IIIT-Delhi.



