How To Make A JavaScript Platformer - Part 2: Movement

Опубликовано: 29 Апрель 2026
на канале: PothOnProgramming
7,837
151

Learn how to program movement for a pure JavaScript platformer with keyboard input and a fixed time step game loop! This video covers how to create a game world and player object, get user input, scale and draw graphics to a canvas, and how to run everything with a fixed time step game loop.

Check out the source code here: https://github.com/pothonprogramming/...

See the working example here: https://pothonprogramming.github.io/c...