This is what i want to make,
quickflashgames.com/games/unblock
but i am a noob and am unsure how to make it so the blocks im sliding wont just pass through each other. I have tried making them all solids, but it appears that other solids can pass right through other solids.
Develop games in your browser. Powerful, performant & highly capable.
What is your question ? Don't worry , for 50 bucks , I can easily make you that game !
I would just do an on collision that pushes the first object back.
Example:
if block A collides with block B, then push block A back in the direction it came from
How did you make the object being pushed??