#include "Subconscious.hpp" int main(int argc, char *argv[]) { Subconscious game; // game.run(); game.demo(); return 0; }