Co-Op Game

Started by
3 comments, last by ZerohBeat 11 years, 10 months ago
I would like to make the game co-op in C + + and OpenGL. How can I send data about my position to another player?
Thanks in advance.
Advertisement
I don't think this has anything to do with OpenGL?
I'm searching for a library or something like that.
You'll have to send data over the internet or a LAN with things like Winsock, RakNet etc. It has nothing to do with OpenGL and rendering. Check the Network subforum and the FAQ, there's a lot of good information!
Like Hannesnisula said, you need a library for networking. Such as SDL_net, Winsock, Raknet
OpenGL does the graphics. It doesnt do networking.

This topic is closed to new replies.

Advertisement