Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/man2dev/not-bomberman
A game that is not like Bomberman which, was made for university
https://github.com/man2dev/not-bomberman
2d-game bomberman java java-game university university-assignment university-course university-project
Last synced: about 2 months ago
JSON representation
A game that is not like Bomberman which, was made for university
- Host: GitHub
- URL: https://github.com/man2dev/not-bomberman
- Owner: Man2Dev
- License: gpl-3.0
- Created: 2023-12-24T12:34:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-20T22:21:15.000Z (12 months ago)
- Last Synced: 2024-01-21T09:42:05.656Z (12 months ago)
- Topics: 2d-game, bomberman, java, java-game, university, university-assignment, university-course, university-project
- Language: Java
- Homepage:
- Size: 23.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# not a BomberMan game clone
![img](sample/game.png)
![demo video](sample/output.gif)
[![Download Video](https://img.shields.io/badge/Download-Video-orange)](https://github.com/Man2Dev/not-BomberMan/raw/master/sample/sample.mp4)## Description
The "not-BomberMan" repository contains a game inspired by the classic Bomberman game. It is a game where player controls characters who navigate through a maze-like arena, placing bombs to destroy obstacles and opponents. The objective is to be the last player standing.This game was made in 10 days in `eclipse` the GUI was made with `swing`.
## Feature:
* sign up to get account
* login to account
* edit info
* set profile
* have ranking list
* custom screen aspect ratio
* custom number of enemies
* overclock (gives you more fps)## requrment:
* java-1.8### fedora install:
````
sudo dnf install java-1.8.0-openjdk java-latest-openjdk-devel
````### switch JAVA version in Linux:
```
sudo update-alternatives --config java
```or just preferably install eclipse
### eclipse flatpak
```
flatpak install -y flathub org.eclipse.Java
```## run game:
1. clone my repo:
````
cd ~ && git clone [email protected]:Man2Dev/not-BomberMan.git
````
2. run:import inside eclipse and run