Blog

Unity Tutorial for Beginners (part 2)

Continuing from the previous post, I added the command for the bird to jump, automatically create […]

Unity Tutorial for Beginners (part 1)

My final project was to create a 2D platform game using Unity. So today I followed […]

This Year 2023-2024

I’m a little proud of the fact that I created the Yahtzee game myself at the […]

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 […]

Street Fighter Game (End)

In my previous post, I animated the player’s running, jumping, attacking, and hitting motions. Now I […]

Street Fighter Game (part 3)

Continuing the last post, to fix the fighter is flipped when it goes behind another fighter. […]