DEV Community

Discussion on: Game Programmer portfolio

Collapse
 
khalidhsoliman profile image
Khalid Hassan • Edited

learncpp.com is a great source to learn c++ .. as for the projects you could try to make a simple game using sfml library or you can go even farther and learn a graphics api such as OpenGL and use it to create a simple renderer, also implementing your own maths or collections library is a great exercise.

Collapse
 
magoo763 profile image
Magoo763

Thanks man.