Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
9answers
7k 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 ...
8
votes
1answer
2k views

HTML5 Tile Engine

What is some good tile engine for the HTML5 <canvas> (for writing 2D games)?
6
votes
2answers
158 views

How can I find all rectangles that bound regions in a bitmap?

I have a problem: I need an algorithm for my tile engine. I have an 2d-array which stores my un-walkable tiles. Now I want to implement a light engine, but this engine need shadow-hulls. So I need ...
2
votes
2answers
258 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 ...
1
vote
7answers
2k 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 ...