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 […]
Pacman (part 1)
My Friday Work this week is Pacman game. I’m not done with this game yet. But […]
Tetris Pygame (part 2)
Today I’m done my Tetris game. I’m add score and next blocks (it will show you […]