Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maemresen/bomber-mulayim
- Owner: maemresen
- License: mit
- Created: 2020-11-07T00:38:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T00:52:25.000Z (about 2 years ago)
- Last Synced: 2023-08-21T19:44:54.857Z (over 1 year ago)
- Topics: bomberman-game, game, java, javafx
- Language: Java
- Homepage:
- Size: 2.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)