Game dev tutorials for c++
-
Is there someon that knows a good tutorial for a 2d game in c++. I searched for manny tutorials vut didnt find a good one.
-
Is there someon that knows a good tutorial for a 2d game in c++. I searched for manny tutorials vut didnt find a good one.
In any case, game development in C++ will be tough, and if you are a beginners don't even bother. A good one, if you mean the one that builds everything for you, won't be available easily. You need to learn a lot of things them merge them. JavaScript, C# etc. have engines that can supports 2D game development easily and in simple code as compared to C++. So, look into them. 2D breakout game using pure JavaScript - Game development | MDN[^] Unity - 2D Game Development Walkthrough[^]
The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~
-
In any case, game development in C++ will be tough, and if you are a beginners don't even bother. A good one, if you mean the one that builds everything for you, won't be available easily. You need to learn a lot of things them merge them. JavaScript, C# etc. have engines that can supports 2D game development easily and in simple code as compared to C++. So, look into them. 2D breakout game using pure JavaScript - Game development | MDN[^] Unity - 2D Game Development Walkthrough[^]
The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~
I learned the basics od c++ and java but i think you can make beter games in c++ . Just ned a tutorial for hwo. To make some games with c++
-
I learned the basics od c++ and java but i think you can make beter games in c++ . Just ned a tutorial for hwo. To make some games with c++
If you are a beginner then Java or C++ doesn't make sense or difference. You can develop performance-ready games in Java too. For that, I would recommend having a good understanding of many things, there are books available; tutorial or article won't be enough.
The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~
-
Is there someon that knows a good tutorial for a 2d game in c++. I searched for manny tutorials vut didnt find a good one.