RafaelBarbosatec / bonfire

(RPG maker) Create RPG-style or similar games more simply with Flame.
https://bonfire-engine.github.io
MIT License
1.22k stars 186 forks source link

Multiplayer local online #357

Closed chongbo2013 closed 1 year ago

chongbo2013 commented 1 year ago

Hello, can you support the ability of multiplayer local online?

RafaelBarbosatec commented 1 year ago

Hi @chongbo2013 ! It’s possible. There are some examples in the internet and videos in youtube teaching how create a multiplayer game using Socket.io. You can use nakama too. https://github.com/RafaelBarbosatec/mountain_fight https://www.youtube.com/watch?v=VXRx3N5M4Y0

minchemo commented 1 year ago

https://github.com/obrunsmann/flutter_nakama

There's a flutter_nakama package which I am using with bonfire, it's easily to use and meets most of needs with multiplayer games.