FreezingMoon / AncientBeast

Turn Based Strategy Game. Master your beasts! 🐺
https://AncientBeast.com
GNU Affero General Public License v3.0
1.62k stars 554 forks source link

text chat #690

Open DreadKnight opened 10 years ago

DreadKnight commented 10 years ago

In-game could toggle between the log and chat while pre-match could toggle settings and chat. Code could be WebRTC https://www.webrtc-experiment.com/chat-hangout - relies on #315 feature to be implemented.

DreadKnight commented 5 years ago

Here's a nice nodejs P2P chat in alpha stage that could be used as reference https://github.com/moose-team/friends - since the multiplayer specs will revolve around P2P architecture for most player matches.