Game design This is not specifically about C++, but I thought it would be OK to post it here. I was planning t...
unique_ptr problemYeah, I know I can do that, but say I want to do something like this:- [code] class Base { ......
unique_ptr problemWhy can't I do something like this ? [code] class Thing { ...... }; Thing thing; Thing...
2D platformer gameAh, sorry. I was checking for collision only with the surrounding tiles of the player, and the game ...
2D platformer gameHow can I implement a collision detection system when I'm using one sprite for all tiles ? What I'm...