Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I have around 1 month to learn OpenGL for programming in 3D. I have knowledge of C++ already, I have an alright ability to use classes. I am trying to make a program that will be an online 1v1 sniper game where you have two players on a simple map where the players and the map are built using cuboids and when they fire at each other they fire in a straight line (hit map). Is this fairly reasonable to learn in 1 month using openGL?

Also, how difficult is it to make the game online so two players can connect over the internet?

What I have tried:

Looking at other questions posted
Posted
Updated 11-Jul-18 0:42am

1 solution

It is a bit difficult to learn, but you can start at this outstanding OpenGL tutorial. But you have also the problems of networking and data protocol for interaction at both players. So be sure that the online features are working before you dive into some OpenGL fine tuning.
 
Share this answer
 
Comments
BerthaDusStuf 15-Jul-18 5:36am    
ok thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900