Advanced Programming Final Project
Instructors: Mehdi Zamanian
K. N. Toosi University of Technology Winter 1400
https://docs.google.com/document/d/1iXRKDsC1rpktlV92WUx352CgoJkkjg3fR-qYAS4ReO0/edit?usp=sharing
You can use these to create graphical components. it can be found in /src/main/resources/assets directory
- Present your project in a 10 minutes video.
- Upload it on a website (aparat, google drive and etc.
- Edit README.md and add your presentaion link below. (instead of ``YOUR_VIDEO_URL``)
take screenshots from the outputs of your program and save it as images or gif into the images
-
clone in your computer:
git clone <YOUR_REPO_URL> cd YOUR_REPO_URL
-
Run Javafx GUI
mvn clean javafx:run
-
Run tests
mvn clean test
-
push your change to the repository:
git add . git commit -m "commit message" git push