.
└── src
└── main
└── java
├── components # For storing characters and various components
│ ├── Confetti.java
│ ├── Doraemon.java
│ ├── Snow.java
│ ├── Snowman.java
│ ├── Star.java
│ └── Tree.java
├── functions # For storing different functions
│ ├── Line.java
│ ├── Curve.java
│ ├── Circle.java
│ └── Triangle.java
├── graphics # For storing graphics
│ ├── NewYearImage.java
└── newyeardraw # For storing the main class
└── App.java
# Clone this repository
git clone https://github.com/Mephisto-Grumpy/NewYearDraw
# Go into the repository
cd NewYearDraw
# Run the application
gradle run # or
gradle runWithJavaExec
This project is licensed under the MIT License. See the LICENSE file for details.