I find I keep running into small road blocks, like trying to do this:
Code: Select all
string filePath;
ifstream mapFile;
mapFile.open(filePath);
Code: Select all
string filePath;
ifstream mapFile;
mapFile.open(filePath.c_str());
Small things, in general.
I understand game logic, and I have some C++ background, it's just been a long time...
I can do 2d art, 3d art, height maps, whatever.
Please post a response if interested, and the times you're usually online. I'm happy to have a couple people in opposite time zones for help so I can ask questions whenever (I have an irregular schedule)