aiden77mori / bomba-man

Bomberman game built with pure web without webgl.

Home Page:https://numanaral.github.io/bomba-man/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bomba-man

  • Live at: git.io/bomba-man
  • Fun side project, built purely with web without using WebGL or any game library/framework
  • Online/Local multi-player
  • Configurable game mode
  • NPC (Shoutout to Pujan Bhatta)
  • Game API built based on factory pattern
    • Any provider can easily extend and create a wrapper following the factory
      • redux (local) and firebase (online) are the two providers as of now
      • Chose firebase for easy setup + easy auth, but a node server with socket.io is what I plan to implement in the future. I didn't want to deploy a server just yet and just get it up and running, firebase can be integrated on a static app so it's perfect to get the ground up.
  • Inspiration & Sprite Credit: Danger Crew and @drewconley

Landing Page

landing page

Game Screens

local-game local-game local-game

Experimental 3D (via perspective)

experimental

Room Creator

room-creator

Waiting Room For Online Multi-Player

waiting-room

End Game

game-end

Instructions

instructions

About

Bomberman game built with pure web without webgl.

https://numanaral.github.io/bomba-man/


Languages

Language:TypeScript 97.0%Language:JavaScript 1.1%Language:SCSS 1.1%Language:HTML 0.8%