Light-Dark wrote:'warning' that i made it in a week on my spare time
Ooops, I should read the entire post before posting... And I have to admit that my post looks more like a troll-post than a helping post so I would like to explain myself on what I said.
The code is not pleasant to read :
Many source files are too big and most of your functions are just too bug and too compact. You declare some global vars in the middle of your source code, this can be quite confusing... In some function you just use some magic values, we don't know what represent and it's not indicated with comments :/
The code is not really good :
Well I know it's a one week project coded on your spare time but it's better to do things correctly the first time and having less cool features working on your first release than having a code full of global vars ( beurk ) and having some functions as loadImage and checkCollision in main.cpp, I don't think it's that much time consuming to create some simple Sprite or CollisionHandler simple classes just to have a well organized code. Anyhow I think your a good enough to manage a simple project and restructure it correctly.
Just want to conclude by saying that this is only the point of view of a relatively not experienced programmer and that you should do what you think is better for your project. ( <- thanks for helping captain obvious )