Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 1.41 KB

README.md

File metadata and controls

68 lines (52 loc) · 1.41 KB

DigDug Game

Project Description

Advanced Programming Final Project
Instructors: Dr. Mehdi Esnaashari, Mehdi Zamanian
K. N. Toosi University of Technology Spring 1400

Documentation

https://docs.google.com/document/d/1sRZWx74Wv9uExkHxA1qOGtpuAseKRUzgPfWXWvjbSi0/edit?usp=sharing

Assests

You can use these to create graphical components. it can be found in /src/main/resources/assets directory

Main Map

![main map image](/images/main_map.png)

Presention Video

  • 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``)
[Project Description](https://drive.google.com/file/d/18Stgog4SEotDs_Zs_gj7vgST8UJkHQXS/view?usp=sharing)

Images

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

JavaFx 11

  • 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