AndreasRoither / Bombermann

Web Project - Bombermann Classic Remake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cute jelly
Bombermann

License

Overview

Bombermann is a game built with Javascript HTML and CSS. It's a remake from the classic game Bomberman.

Installation

Download the repository.

git clone https://github.com/AndreasRoither/Bombermann

Install Node JS. Start the Node JS Server with:

node index.js

After that open up the index.html file in your browser. Enjoy. As an alternative you can also start the server with the .bat files.

How-To start a game

When you open the page, a modal popup will show. Input your name and choose the difficulty and the gamemode. Click create to start your game session. If you click the copy id button the game id will be copied to your clipboard. If you want others to join just send them the copied id. Every player has to press the ready toggle button to start the game. If all died or a winner has been decided, restarting the game will be possible when every player is ready again.

Example Images

Docker settings

  • Locate the js folder and open io.js inside
  • Change localhost:4200 to your specific needs
  • Create image:
    • docker image build -t bombermann:bombermann .
  • Or: start container with compose:
    • docker-compose up

Technology used

Built with:
Visual Studio Code
Node JS

Credits

Images used from gamedevelopment.tutsplus.com. The images belong to Jacob Zinman-Jeanes.

About

Web Project - Bombermann Classic Remake

License:MIT License


Languages

Language:JavaScript 84.1%Language:CSS 9.2%Language:HTML 6.4%Language:Batchfile 0.4%