C++ Text Game :: Alien Invasion
This is one of my assignment. The game is about classic shooting ship. The unique of the game is the game do not have any sprite. Any object in the game is made and construct by text. Included the explosive effect animation. Those effects are personally add on in this assignment to gain more marks. Moreover, I also add rage transformation to the boss when the boss hp reach a certain amount. Honestly, I have learned the class, inheritance, vector and any foundation of c++ language in this assignment.
C++ Text Game :: Pipe Puzzle

This is another one of my assignment. The game about rotates and connects the pipe let the water flow to the end. It had three difference gameplay mode easy, normal, and hard. It may be a simple gameplay, but it contains knowledge of programming. I use multiple link list method to connect the pipe. After that, I implement a function to scan whole the array after the player had rotated the pipe. In this project, I modify the control to make the input easier. Actually, in oldest build the input is key in the x, and y to select the specific 2D pipe and rotate it.
I saw that Unreal engine is using C++ too, I took a look and it is easy to pick up for me
The font color and there is some effect are using online free source "conio.h"