Original Post
i want to make a 2d game. i've done this before using tile based games, but i want to break away from that tile based concept and move to something less restricting. i was thinking something like sonic the hedgehog, with uneven terrain. i've been searching the internet forever, and i still haven't found anything. i see this concept used all over, i just can't seem to find any sort of helpful tutorials anymore. maybe i'm not searching for the right thing? eventually i'm going to have to learn how to do something like this, so i might as well learn now. even something as simple as what to search for will be helpful. i'm tired of tile based games. my guess was to make a polygon from bezier curves or something, then do a point-in-poly test to find out whether i'm colliding with the map. but that still leaves me with the problem of collision response. all help is appreciated. i just need someone to set me down the right path, even if it is just a link to a tutorial, or even a search query for google.