3
votes
Accepted
How do you setup a scrollable overworld map on an HTML/JQuery based game?
Well, Jay's answer was technically correct, and gave me a good starting point. So +1 to him for that. However, I wanted to take the time to post a fuller answer for others who happen across this ...
1
vote
How do you setup a scrollable overworld map on an HTML/JQuery based game?
What you are looking for is the HTML5 canvas element. From w3schools:
The HTML <canvas> element is used to draw graphics on a web page.
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
jquery × 24javascript × 20
html5 × 6
html × 4
html-canvas × 3
multiplayer × 2
tilemap × 2
2d × 1
animation × 1
architecture × 1
rendering × 1
box2d × 1
game-mechanics × 1
rpg × 1
grid × 1
timer × 1
browser-based-games × 1
keyboard × 1
node.js × 1
.net × 1
viewport × 1
jumping × 1
tree × 1
css × 1
hacks × 1