Skip to content

A 2D Based Game - Advanced Programming Final Project

Notifications You must be signed in to change notification settings

KosarTalei/Bomberman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

A 2D Based Game - Advanced Programming Final Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published