Category: Friday Work

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

Tetris Pygame (part 1)

This is my friday work. Today I watched tutorial of Programming With Nick and make the […]

How I solved Nice netcat in picoctf

Author name: Minh Nguyen This post is about all steps I do to get flag of […]