Murkoff Project
520 subscribers
#include <iostream>
#include <string>
#include <cstdlib>
#include <ctime>

using namespace std;

class Life {
private:
int energy;
int knowledge;
int happiness;

public:
Life() {
energy = 100;
knowledge = 0;
happine
If you have Telegram, you can view and join
Murkoff Project right away.