Multiplayer on C++

My friend and I have been attempting to make a game, and eventually became curious as to whether multiplayer gaming was possible on C++.

So, is it possible? If so, what is the general idea of how it works/how we can do it?

Use Boost.Asio module

1 Like

Hi @dhan6 welcome to the community!

Would Tic Tac Toe Multiplayer game in c++ help you get started?

2 Likes

How does this allow multiplayer functions?

Nvm I found a document that explains how to use Boost.asio, thanks

You can use just asio module, what different between asio and boost.asio I don’t know

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.