Projects
BOOK STORE
Book Store is a simple Website that allows the user to view the books available in the store, add books to the cart, and remove books from the cart. The user can also view the total price of the books in the cart.
The application is developed using HTML and CSS.
2048 Game
The objective of the game is to combine tiles of the same number to eventually form the number 2048. The user can move in the four cardinal directions and after every move a new tile is generated randomly in the grid which is either numbered 2 or 4 with a probability of about 0.10.
The game is developed using C# and Unity Engine.
Flappy Bird
Flappy Bird is a mobile game developed by Vietnamese video game artist and programmer Dong Nguyen. The game is a side-scroller where the player controls a bird, attempting to fly between columns of green pipes without hitting them.
The game is developed using C# and Unity Engine.