1
vote
7answers
521 views
Planning a 2D tile engine - Performance concerns
As the title says, I'm fleshing out a design for a 2D platformer engine. It's still in the design stage, but I'm worried that I'll be running into issues with the renderer, and I want to avoid them …
12
votes
10answers
2k views
2d Platformer physics
It was a long holiday weekend, so I got the coding bug again and started playing around:
I wrote a basic tile engine, but having never attempted this before, I am really struggling with handling …
2
votes
2answers
97 views
Mapping a branching tile path
I'm working on a game (and have asked a couple questions on it already), and now I have another question to ask of you guys.
The level format in this game is set up as a tilemap of Uint16's (I'm …
