HOW TO: opengl network game

How I can play THE game I made using OpenGL on the internet?
Is it possible?

Thanks.

You could try porting it to JAVA and using something like JOGL bindings, or you could port to flash/shockwave.

https://jogl.dev.java.net/

C doesn’t run on the internet though, it needs to be compiled to native platform specific instructions and system libraries.