C++ Game Development | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 68

C++ Game Development

I want to start a thread packed with C++ game resources, references, and tips.

14th Aug 2017, 12:26 AM
Manual
Manual - avatar
59 Answers
+ 25
LazyFoos SDL and OpenGL tutorials. http://lazyfoo.net/
25th Jun 2017, 5:11 AM
jay
jay - avatar
+ 22
Unreal Engine - Use C++ code to create 2d and 3d games example: OVERWATCH Download link for Unreal Engine https://www.unrealengine.com/download
25th Jun 2017, 5:03 AM
Manual
Manual - avatar
25th Jun 2017, 5:13 AM
Oxide Debbarma
Oxide Debbarma - avatar
+ 15
Tutorials for C++ game developement https://www.gamedesigning.org/learn/c-plus-plus/
25th Jun 2017, 5:24 AM
Manual
Manual - avatar
+ 14
Today's PackPub publication is about SFML for game developers, according to the "What you need" paragraph... you just need to know a few basic C++ concepts to get started w/h this book. You can claim it for free for 18h yet: https://www.packtpub.com/packt/offers/free-learning
13th Mar 2018, 5:42 AM
Maz
Maz - avatar
+ 10
Just discovered this awesome book on Quake 3 modding. I was able to implement a homing rocket in Quake 3 easily with the info given in this book. After building the game, I've joined a multiplayer match and was astounded to see 1000's of people still playing this 17 years old game. https://www.google.ca/url?sa=t&source=web&rct=j&url=https://doc.lagout.org/Others/Game%2520Development/Programming/Focus%2520on%2520Mod%2520Programming%2520In%2520Quake%2520III%2520Arena.pdf&ved=0ahUKEwiVrd2Xt9jUAhUE2oMKHa4JDI0QFggcMAA&usg=AFQjCNEgOoZx22CLRNM5BzGxzjQj3H0WIg
25th Jun 2017, 7:10 AM
Karl T.
Karl T. - avatar
+ 10
Some posted a great link to cheat sheets! Cheat sheets for programming what does that mean? find out here: http://www.cheat-sheets.org
25th Jun 2017, 2:48 PM
Manual
Manual - avatar
+ 9
Video tutorials to Unreal Engine. Tutorial about writing code in Unreal with C++ https://m.youtube.com/playlist?list=PL3gCaTLUSAUsHG2BzsAs-HIeP08DyWtHh
2nd Jul 2017, 4:10 PM
Wojciech Bruski
Wojciech Bruski - avatar
+ 8
An IDE to use with Unreal Engine https://www.sololearn.com/discuss/410578/?ref=app
25th Jun 2017, 5:21 AM
Manual
Manual - avatar
+ 8
Nice references! Now gotta sharpen my C++ XD
20th Jul 2017, 4:29 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 8
for game development in c++ check this resource it will help FAQ https://github.com/P1xt/p1xt-guides/blob/master/faq.md game development comprehensive https://github.com/P1xt/p1xt-guides/blob/master/game-programming.md
30th Aug 2017, 10:20 AM
Lord Krishna
Lord Krishna - avatar
25th Jun 2017, 5:12 AM
Manual
Manual - avatar
+ 7
@Jay Thanks for sharing!
25th Jun 2017, 5:13 AM
Manual
Manual - avatar
+ 7
https://www.gamedev.net/forums/topic/412842-using-rotation-matrix-to-orient-an-object-to-face-another/
30th Jun 2017, 4:00 PM
jay
jay - avatar
+ 7
@Wojciech: No worries! I am sure I will need to pick your brain one day 😄 So anytime!
30th Jun 2017, 4:06 PM
jay
jay - avatar
+ 6
SFML library. Easy to use. For simple game perfect. https://www.sfml-dev.org
30th Jun 2017, 3:34 PM
Wojciech Bruski
Wojciech Bruski - avatar
+ 6
How can I calculate how many degrees obj1 must rotate to see obj2? using x and y of obj1 and obj2
30th Jun 2017, 3:48 PM
Wojciech Bruski
Wojciech Bruski - avatar
+ 6
^ @Wojciech: I suspect you already know, you smart ;)
30th Jun 2017, 3:50 PM
jay
jay - avatar