- ๐ญ Currently learning C++ for Game Development
- ๐ฏ Specializing in Unreal Engine and game programming
- ๐ก Passionate about creating immersive gaming experiences
- ๐ฑ Building projects from console games to 3D applications
- โก Fun fact: I believe games are art in motion
class GameDeveloper {
private:
string name = "Gabriel Abayomi Adesanya";
vector<string> skills = {"C++", "Game Design", "Problem Solving"};
string currentGoal = "Master Unreal Engine";
public:
void code() {
while (alive) {
learn();
build();
improve();
}
}
};
"Code is like humor. When you have to explain it, it's bad." - Cory House
โญ๏ธ From Aba-dev-code | Made with โค๏ธ and C++