Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maemresen/bomber-mulayim

An undergraduate CSE101 project which is a Bomberman game developed with JavaFX
https://github.com/maemresen/bomber-mulayim

bomberman-game game java javafx

Last synced: about 2 months ago
JSON representation

An undergraduate CSE101 project which is a Bomberman game developed with JavaFX

Awesome Lists containing this project

README

        

# CSE 101 Project
My first game developed for CSE101 course.

It is simple Bomberman game.

## Usage
1. Build JAR with Maven
```bash
mvn clean package
```
2. Execute build jar with
```bash
java -jar bomber-mulayim-1.0.00.jar
```

## Some Screenshots

![MainMenu.png](./MainMenu.png)

![GamePlayMenu.png](./GamePlayMenu.png)