Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanreichert/stopwatchfx
A JavaFX game that my son co-authored
https://github.com/stefanreichert/stopwatchfx
Last synced: about 2 months ago
JSON representation
A JavaFX game that my son co-authored
- Host: GitHub
- URL: https://github.com/stefanreichert/stopwatchfx
- Owner: stefanreichert
- License: mit
- Created: 2023-11-19T13:16:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T13:27:48.000Z (about 1 year ago)
- Last Synced: 2023-11-19T14:28:41.515Z (about 1 year ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stopwatchFX
My son was asked in school to co-author a computer program with me - because I studied computer science. OK, so here we go with a JavaFX game that my son co-authored.## code structure
You'll find a classic MVC pattern, where my son contributed the C.## build & distribution
Build the project with Maven. The package phase will create a "target/stopwatchFX" folder & a ZIP file holding the executable created by jlink (javafx-jlink). I tested it only on MacOS which works.