Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/despical/snake
- Owner: Despical
- License: gpl-3.0
- Created: 2024-10-27T07:27:00.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T07:55:04.000Z (about 2 months ago)
- Last Synced: 2024-11-07T12:58:30.179Z (about 2 months ago)
- Topics: java, javafx, snake, snake-game
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```