30 Jun 2016

Started with C++

triad-races

 

For my first assignment, I’ve tasked myself with learning the “basics” of C++.

 

With one weekend, I now understand what all the variables (such as the difference between a float and an integer) and some of the terms (such as arrays and structures).

 

I was able to follow some tutorials about making a Stamina bar / sprint function, then took it a step further and created three “races” (elf, human, dwarf) with varying stamina recover rates, run speeds, and model proportions, all in C++.

 

That’s enough C++ for now.

Leave a Comment