Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.21 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.21 KB

not a BomberMan game clone

img

demo video Download Video

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
  1. run:

import inside eclipse and run