Randy Burris
@RandyBurris
0
Warp SpeedControls: WASD or arrows.
Collect Nebulas to gain speed.
Be careful! The consuming star will also gain speed when collecting Nebulas.
157
0
0
Yep, another one of these...
Fun little auto fight dungeon crawl game I built as a prototype to take components from and implement the ideas into UE4cpp11
Game Features:
-5 Classes
-3 Mastery Paths for each Class
-6 Passive abilities to choose from
-4 Different Slots to Equip (Head, Armor, Weapon andcpp11
MatthewWesolows Here are the things I do understand:
The long wait after pressing 'play'
but I also have a couple tips, and a big one is to use MULTIPLE files. This can shorten compile time and improve readability overall. You also might want to:
Use classes (https://www.geeksforgeeks.org/c-classes-and-objects/), if your not going to use classes, use C instead of C++.
Avoid having too many variables, a good practice is to use classes from the C++ STL(Standard Template Library) such as vector and map.
DON'T usi3 years ago