Skip to content

Latest commit

 

History

History
149 lines (105 loc) · 4.7 KB

README.md

File metadata and controls

149 lines (105 loc) · 4.7 KB

Contributors Forks Stargazers Issues MIT License Facebook


Logo

A remake version of BomberMan game with BOTs autoplay

Table of Contents
  1. About BomberMan
  2. My Role
  3. Feature
  4. Clone And Installation
  5. License
  6. Contact

About The Project

In BomberMan, you as the main character gonna have to move around and use your bomb to detonate bricks or kill the enemy along the path, find the door to get to other worlds and find yourself way to get back home.

(back to top)

My Role

  • I'm the leader of the project and I build all the core function like bomb detonate, boots, enemy and AI to play the game.

Built With

  • Java

(back to top)

Feature

1. Entry Screen project image

2. Guide

  • Also press K for autopilot play mode.

project image

3. Level 1

project image

4. Level 2

project image

5. Level 3

project image

6. Bots to Play the Game

(back to top)

Clone And Installation

Clone the project

  git clone https://github.com/Minhnhat0408/BomberMan

Go to the project directory

  cd BomberMan

Set up configuration with

  • JDK: Java 18
  • VM option
--module-path
D:\Utils_for_Code\openjfx-19_windows-x64_bin-sdk\javafx-sdk-19\lib
--add-modules=javafx.controls,javafx.media
  • Main class: uet.oop.bomberman.BombermanGame
  • code coverage: add package uet.oop.bomberman.*

Run the code with intellij

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Nguyễn Nhật Minh - @Minhatt048 - [email protected]

Project Link: BomberMan

(back to top)