Sprite Sheet Animation with JavaScript

preview_player
Показать описание
We will create a sprite sheet animation system using JavaScript

GitHub repo
Patreon
Рекомендации по теме
Комментарии
Автор

The best tutorial on spritesheet i've seen!

zakhariihusar
Автор

Do a full course of javascript game, please.

someuser
Автор

my only grievance with this technique is that you are kinda polluting the global scope with all these variables... for a small animation loop that defines a program it makes sense, but if you have an actual video game then introducing like 10 entirely proprietary variables right at the top of the script becomes unsustainable almost immediately.. you would need a better way to store them

Retrofire-
Автор

Any samples of Vertical Sprite Images?

James-buds