We will create a simple snake game in Java fx. In this video, we get snake running in IntelliJ IDEA. This video is just a short addition to my snake tutorial.
You can download the code here: https://github.com/Gaspared/snake/blob/master/Main.java
Hey guys, this time we're going to create a snake game in JavaFX. The whole thing takes only 25 minutes and needs 200 lines of code.
I have used eclipse with the plugin e(fx)clipse. This is a step by step guide.
You can download the Java code here: https://github.com/Gaspared/snake