Statistics
22h 4m
ALL TIME
32 episodes, 2 shows
List Updates
-
Completed15 days ago -
Completed15 days ago
// Profile: GamingCoder
#include <video_games>
#include <boys_love_drama>
#include <coffee>
int main() {
Developer Me;
while (Me.is_alive()) {
Me.drink(Coffee::Espresso);
Me.compile_code();
// The ultimate free-time dilemma
if (Me.is_free() || Me.needs_an_escape()) {
if (Me.craves_epic_storylines()) {
Me.start_gaming({.type = "RPG", .difficulty = "Hard", .hours = ∞});
} else {
Me.binge_watch_bl({.emotion = "Romantic", .hours = ∞});
}
}
}
return 0; // Death with no regrets
}