Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1008 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 1008 Bytes

SE206 - 2022 - Beta & Final Releases

Quick, Draw!

Requirements

What to do first?

Make sure that the provided tests pass.

Unix/MacOsX:
./mvnw clean test

Windows:
.\mvnw.cmd clean test

This will also install the GIT pre-commit hooks to activate the auto-formatting at every GIT commit.

How to run the game?

Unix/MacOsX:
./mvnw clean javafx:run

Windows:
.\mvnw.cmd clean javafx:run

How to format the Java code?

You can format the code at any time by running the command:

Unix/MacOsX:
./mvnw git-code-format:format-code

Windows:
.\mvnw.cmd git-code-format:format-code