COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200628162240/https://github.com/topics/bomberman-game
Here are
39 public repositories
matching this topic...
Mr.Boom is an 8 player Bomberman clone for RetroArch/Libretro
An implementation for a multiplayer Bomberman Game via WebRTC Peer to Peer Communication using peer.js.
Updated
Aug 12, 2013
JavaScript
Remake of Bomberman written in C++ and SFML.
👾 Versão do famoso Bomberman criado com a Linguagem Ruby
A small simulator popular game Bomberman (NES) developed in JavaScript using Phaser.js
Updated
Dec 7, 2019
JavaScript
💣 a real-time multiplayer game
💣 Bomberman deep reinforcement learning challenge in PyTorch
Updated
Jan 3, 2019
Jupyter Notebook
Simulation of the classic game Bomberman using Q-Learning algorithm
Updated
Jun 27, 2018
Python
The Bomber Man is a remake of the cult game called Bomberman made on the Unity3D engine
A command line Bomberman game written in C++.
The old fashion bomberman game. Developed in C for learning purposes.
Pommerman - A Bomberman reinforcement learning challenge in PyTorch 💣
Updated
Jan 3, 2019
Jupyter Notebook
💥 El bomberman de siempre escrito en C++
FPGA practical course repository.
Updated
Mar 10, 2018
VHDL
Bomberman javascript implementation
Updated
Oct 3, 2018
JavaScript
Updated
Aug 20, 2017
Python
Updated
Mar 31, 2020
Java
Updated
Mar 25, 2019
Jupyter Notebook
A tiny Bomberman game written entirely in Java using Swing.
Updated
Aug 20, 2018
Java
The classic Bomberman game, created fully in plain Javascript and SVG
Updated
Feb 26, 2017
JavaScript
Bomberman like clone using Otter2D framework.
Trabajo de Final del curso Algoritmos y Estructura de Datos.
Updated
Aug 24, 2017
Python
A quickly developed bomberman implementation in unity3d.
Improve this page
Add a description, image, and links to the
bomberman-game
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
bomberman-game
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
So far I feel Player belongs to a scene and should be placed in classes that represent levels like Sandbox class.
Also I feel entities(player, enemies and other things) should be a part of scene only.
What are your opinions ?