Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 462 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 462 Bytes

Simple console version of a drawing program written in Java

To start the self-contained executable jar, double-click the dist/console-draw-fat.jar file. You need to have Java JDK 8 installed.

Enter command help to see all the possible drawing commands.


Or start the program with Gradle Wrapper:

./gradlew run

Or start the fat jar file in terminal:

java -jar dist/console-draw-fat.jar

Build self-contained jar:

./gradlew shadowJar