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

https://freehuntx.github.io/bomberpengu/

Revival of the BomberPengu swf game (+Multiplayer)
https://freehuntx.github.io/bomberpengu/

bomberman flash javascript multiplayer ruffle

Last synced: 8 months ago
JSON representation

Revival of the BomberPengu swf game (+Multiplayer)

Awesome Lists containing this project

README

          

# This project is obsolete! Visit: https://github.com/freehuntx/flashback

















# BomberPengu
This is a project to revive the old BomberPengu swf game. With online multiplayer functionality!

## Play
Visit https://freehuntx.github.io/bomberpengu to play the game

## Screenshots
### Lobby
![](./assets/lobby.PNG)
### Ingame
![](./assets/ingame.PNG)

### Thanks to
#### [Ruffle](https://github.com/ruffle-rs/ruffle)
Ruffle is **the** flash emulator for javascript. It makes all of this possible.
#### [Trystero](https://github.com/dmotz/trystero)
Trystero makes networking between browsers possible without the need of own servers! Basically multiplayer for free! (Using WebRTC and various free ways to signal)

#### [PlayerIO](https://playerio.com)
PlayerIO makes it easy to implement authoritated multiplayer systems.