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)
- Host: GitHub
- URL: https://freehuntx.github.io/bomberpengu/
- Owner: freehuntx
- License: mit
- Created: 2024-06-10T00:37:03.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T03:38:10.000Z (over 1 year ago)
- Last Synced: 2024-12-02T04:18:56.087Z (over 1 year ago)
- Topics: bomberman, flash, javascript, multiplayer, ruffle
- Homepage: https://freehuntx.github.io/bomberpengu/
- Size: 13.3 MB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### Ingame

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