Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/despical/snake

A simple Snake game made using JavaFX library.
https://github.com/despical/snake

java javafx snake snake-game

Last synced: 4 days ago
JSON representation

A simple Snake game made using JavaFX library.

Awesome Lists containing this project

README

        

# Snake
A simple Snake game made using JavaFX library.

### Requirements to run/compile this project.
* Java 17 and higher.
* JavaFX installed and properly configured.

### Required VM Options to run in a test environment.
Use the following VM options to run the project:
```
--module-path "PATH_TO_JAVA_FX_SDK\lib" --add-modules javafx.controls
```