A Tetris implementation
git clone https://github.com/jimmy-zx/SAC.git
cd SAC
mvn package
mvn javafx:run
or
java -cp target/SAC-[version]-SNAPSHOT.jar sac.App
- Open the project
- Run -> Edit Configurations -> Add New Configuration -> Maven
Uncheck Include system environmental variables
in run configuration.
This should not happen when using mvn javafx:run
.
Add the following options to the command line:
--module-path "[path to javafx]\lib" --add-modules javafx.controls,javafx.fxml
Copyright (c) 2022 Stand Alone Complex