Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.