Unity Tutorial For Beginner (end)
Continuing my previous post, I created a function called addScore(), which adds points to the text […]
Unity Tutorial For Beginner (part 3)
Continuing my last post, today I write the command that delete the pipe when it is […]
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 […]