/tic-tac-toe

University task (lab #9 - GUI Graphics)

Primary LanguageJava

Tik Tak Toe

Build & run

You can build app with the following command. It will download JavaFX library, if it does not exist.

make build

To run an app, execute the following command:

make run