Category: JavaScript

Platformer Game JS (part 3)

In my previous post, I created the blocks and set them up so the player can […]

Platformer Game JS (part 2)

In my previous post, I just set up the game and drew a red box that […]

Platformer Game JS (part 1)

Today I’m followed Chris Courses’s tutorial to do a multi-room platformer game with Javascript and HTML […]

Sprite Animation in JavaScript (End)

Continue last post, the second and third arguments in the ctx.drawImage is the position of the […]

Sprite Animation in JavaScript (part 1)

Today I’m followed TK tutorial to do a sprite animation by JavaScript. To get ready to […]

JavaScript Data Types

Today I’m learn about basic of JavaScript with my teacher. And this post is about all […]