Might not be the place, but c++ video game source

I am currently learning c++ focused towards video games, and i want to see what i have learnt being used in real games. I know this might not be the best place to ask, but does anyone know any newer c++ open source games, or even just somewhere i can see some of the game code. The stuff I am finding from google etc, is for older 80/90s games and was looking for newer ones.
What about this? -> https://wiki.unrealengine.com/Survival_sample_game
Description: "C++ Sample project covering common gameplay concepts packed in a small survival game."

It is relatively recent, it uses the unreal engine API which is written in c++, so you write a mix of standard c++ and see how their classes, functions and stuff work while following that tutorial, should give you an idea I think (also full access to the game code and the engine code).

Or, if you can settle for C instead of C++ (I think he put some C++ in it, but he tends to not use most of C++ stuff from what I've heard) there is this-> https://hero.handmade.network/episodes list of more than 300 videos where a guy makean entire game in C, and you can follow along and replace what he shows with what you know from C++. And if you prepurchase it, it gives you full access to the code he wrote so far.


Did this help? :S
Last edited on
Topic archived. No new replies allowed.