+ 1
Best way to implement C++ into gaming?
Curious to do this as a hobby
3 odpowiedzi
+ 5
As programming is problem solving, you best try to solve a problem you care for. I like strategy games and for one of the most prominent ones there are support programs to show your speed in game when you play, show build orders, find a build order that fulfills certain constraints, analyze replays etc. For that game I wrote a simulator that projects the outcome of an army fight depending on army value and unit composition.
Maybe you can find something you want to know about your game or improve in it. :-)
+ 2
I started with the will to kearn physical computing and eletronics basics with Arduino, wich runs its own implementation language based on C++, Im making a autonomous robot, build the driving logicby myself is being a journey. and the brain must use 28kbytes max, so things are very exciting as everything should fit its pourposes.
0
Try to use Unreal Engine. It is used for gamedev. Good luck!