Advanced Programming Final Project
Instructors: Dr. Mehdi Esnaashari, Mehdi Zamanian
K. N. Toosi University of Technology Spring 1400
https://docs.google.com/document/d/1sRZWx74Wv9uExkHxA1qOGtpuAseKRUzgPfWXWvjbSi0/edit?usp=sharing
You can use these to create graphical components. it can be found in /src/main/resources/assets directory
![main map image](/images/main_map.png)
- 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