Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
Revival of the BomberPengu swf game (+Multiplayer)
- Host: GitHub
- URL: https://freehuntx.github.io/bomberpengu/
- Owner: freehuntx
- License: mit
- Created: 2024-06-10T00:37:03.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-12T12:11:00.000Z (5 months ago)
- Last Synced: 2024-08-12T13:44:31.695Z (5 months ago)
- Topics: bomberman, flash, javascript, multiplayer, ruffle
- Homepage: https://freehuntx.github.io/bomberpengu/
- Size: 3.1 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)