class Life {
public:
int energy = 100;
int motivation = 100;
int enjoyment = 100;
}
class Code {
public:
bool result = 0;
}
Life life{};
Code code{};
int main() {
if(code.result == 0) {
life.energy -= 50;
life.motivation -= 75;
life.enjoyment -= 90;
}
}Avreage C/C++ enjoyer. Working on multiple games, hoping to finnish one someday.
Data enjoyer
Electronics enjoyer
Microcontroller enjoyer
Retro enjoyer




