Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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