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 […]
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. […]
Street Fighter Game (part 2)
Today I’m continue followed Coding With Russ to do the Street Fighter Game. Last post the […]
Street Fighter Game (part 1)
Today I followed Coding With Russ‘s tutorial to make a fighting game in Python using Pygame. […]
Pacman (part 4)
Today I’m set up a ghost movement pattern. The red ghost is can moving around the […]
Pacman (part 3)
Today I make the pacman have 3 lives and use blit() method draw 3 lives of […]
Pacman (part 2)
This is my Pacman Game part 2. I’m still not done this game yet. Today I […]