Tagged Questions

8
votes
1answer
3k views

HTML5 Tile Engine

What is some good tile engine for the HTML5 <canvas> (for writing 2D games)?
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 ...