Game Development Student
Welcome!
int main()
{ std::string passion{ "Game Development" }; std::string goal{ "Building something for people" }; while (alive) { code(); create(); improve(); repeat(); } return 0;}Game Development Student
int main()
{ std::string passion{ "Game Development" }; std::string goal{ "Building something for people" }; while (alive) { code(); create(); improve(); repeat(); } return 0;}