classLife {
public:int energy = 100;
int motivation = 100;
int enjoyment = 100;
}classCode {
public:bool result = 0;
}
Life life{};
Code code{};
intmain() {
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




