Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

bomberman flash javascript multiplayer ruffle

Last synced: 3 months ago
JSON representation

Revival of the BomberPengu swf game (+Multiplayer)

Awesome Lists containing this project

README

        

# 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)