How to make a simple platformer using JavaScript

A platformer is a game in which a character moves around to avoid obstacles and jump onto suspended platforms.

Let’s create a simple platformer using JavaScript and minimal HTML – the arrow keys will be used to move the character around.

1. Creating the player and platforms on a canvas

2. Adding the “move left and right” functionality

Click anywhere in the blue area, and use the left and right arrow ke​ys to move the character around:

3. Adding the jump functionality

Click anywhere in the blue area and use the up-arrow key to make the character jump.

The above code can be extended to add more platforms, bonuses, levels, and to check for more types of collisions.

New on Educative
Learn to Code
Learn any Language as a beginner
Develop a human edge in an AI powered world and learn to code with AI from our beginner friendly catalog
🏆 Leaderboard
Daily Coding Challenge
Solve a new coding challenge every day and climb the leaderboard

Free Resources

Copyright ©2025 Educative, Inc. All rights reserved