Skip to content

Latest commit

 

History

History
81 lines (58 loc) · 2.16 KB

README.md

File metadata and controls

81 lines (58 loc) · 2.16 KB

Assignment Description

Advanced Programming Final Project
Instructor: Dr. Mehdi Esnaashari
K. N. Toosi University of Technology Spring 1399

Documentation

https://docs.google.com/document/d/15UzOEW1eBvZoYSaAv8tZZmyHuoQ9L5amEK9oyFmQ78k/edit?usp=sharing

Assests

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

Map Builder

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.

Main Map

![main map image](/images/main-map-hq.jpg?raw=true)

Presention Video

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')

Images

take screenshots from the outputs of your program and save it as images or gif into the images

Issues

if you have any question or issues about project description, feel free to open an issue in the starter repository issues link

JavaFx 11

  • 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