"On the Way"
An open-world delivery game built in Unreal Engine, featuring smart AI, dynamic delivery points, and optimized mobile graphics.
#include <iostream>
using namespace std;
class PrasadAnilKankhar {
public:
string name = "Prasad Anil Kankhar";
string skills[4] = {"C++", "3D Graphics",
"Mathematics", "AI"};
int experience = 1;
void display() {
cout << "👋 Hello World!" << endl;
cout << "🔧 Specializing in: ";
for(auto skill : skills) {
cout << skill << " ";
}
cout << endl << "🚀 " << experience
<< "+ years experience" << endl;
}
};
int main() {
PrasadAnilKankhar prasad;
prasad.display();
return 0;
}
Began school at Kai Vitthalrao Ghuge Primary and High School, Hingoli, Maharashtra (1st Grade).
Completed 10th grade at Kai Vitthalrao Ghuge Primary and High School.
Completed 11th and 12th grades at Nutan Junior College, Buldana, Waghora, Maharashtra.
Started undergraduate degree at Maharashtra Institute of Technology, Chhatrapati Sambhajinagar.
Expected graduation from Maharashtra Institute of Technology.