Advanced Programming Final Project
Instructor: Dr. Mehdi Esnaashari
K. N. Toosi University of Technology Spring 1399
https://docs.google.com/document/d/15UzOEW1eBvZoYSaAv8tZZmyHuoQ9L5amEK9oyFmQ78k/edit?usp=sharing
You can use these to create graphical components. it can be found in /src/main/resources/assets directory https://docs.google.com/spreadsheets/d/13hfPnZXXeRCGpBRDgzk2ZHdQksOMrZpkeWKld0OTJIk/edit#gid=0
you can use map builder code to create awesome maps. also you can parse html file in your java code, to parse map from file.
present your project in a 10 minute video, upload it on the course website and edit README.md and add your presentaion link below (instead of ``YOUR_VIDEO_URL``)
[Project Description]('YOUR_VIDEO_URL')take screenshots from the outputs of your program and save it as images or gif into the images
if you have any question or issues about project description, feel free to open an issue in the starter repository issues link
-
clone in your computer:
git clone http://apj.ce.kntu.ac.ir/git/<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