Posts

Glitch Garden

Image
  A 2D Tower Defense  Game This is a prototype of a Tower Defense game, or more like a Plants vs Zombies clone that I'm working on. In this game, there are incoming waves of different types of enemies, you have to plant your own units in 5 rows and make sure that enemies don't get to the left side of the screen. Current lives are shown as Green Text at the top left corner along with the Yellow Text for solar energy you are left with. If your lives reaches 0, then You Lose and if you defeat the entire wave of enemies then you proceed to the Next Level ,  currently 2 levels long. Functionalities in This Project Player controls a cursor using mouse to place units Trophies give solar energy Cactus fires Zucchini at enemies (Costs less but less power) Gnome throws axe at enemies (Costs more but more power) Gravestone can stop Lizards but not foxes Lizards are slow but take high damage Foxes are fast but take less damage and jump gravestones Health and Solar Energy are displ...

Laser Defender

Image
My 2D Space Shooter Game In this game, you control a Red Spaceship with Keyboard and you have to shoot laser beams at your enemies to destroy them and increase your score . Blue Enemies move fast and they can also shoot laser beams to deal 100 damage while the Green Enemies are slower but their projectiles deal 200 damage. Your health is displayed on the top left corner of the screen and your score is displayed on the top right corner. The game will end once your health reaches 0. Functionalities in This Project Player controls a Spaceship with WASD keys Spacebar to shoot laser beams 2 kinds of enemies Health is displayed at top left Current score is displayed at top right VFX for destroyed enemies SFX for projectiles and destroyed enemies A Start Menu scene which lets you Start or Quit the game A Game Over scene which lets you go to Start Menu or Play the game again Demo Video This project is uploaded on my  GitHub . I will make changes to this project and include more functional...

Block Breaker

Image
  A Casual 2D Game In this game, you control a Paddle with your mouse and your goal is to break all the blocks on the screen using the Ball provided . The White Blocks will break on a single hit, the Yellow Blocks will break on two hits, and the Red Blocks will break on 3 hits. Once all blocks are broken, you will proceed to next level. If the ball falls below then the game will be over. Functionalities in This Project Player controls a Paddle and move it using mouse or trackpad Press Left Mouse Button to launch the ball 3 different kinds of blocks Objective is to break all the blocks and clear the level Current score is displayed at the top VFX for broken blocks SFX for ball touching anything A Start Menu scene which lets you Start or Quit the game A Game Over scene which lets you go to Start Menu  Currently 2 levels long Demo Video This project is uploaded on my  GitHub . I will make changes to this project and include more functionality later on. Changes and Functio...

Box Shooter

Image
  My First Shooting Game In this game, you control a Crosshair and your goal is to shoot a specified amount of  Green Boxes  which will give you score to clear the level. There is a time limit within which you have to finish the game, you can increase your time by shooting the Yellow Boxes but if you hit a Red Box by mistake then your time will get deducted. In 2nd level, there are moving obstacles too. Good Luck !!! 😁👍 Functionalities in This Project Player controls a Crosshair and move it using mouse or trackpad Objective is to shoot the green boxes to gain score and clear the level Time limit and current score are displayed above the crosshair Yellow Boxes are for bonus time Red Boxes will deduct your time Moving obstacles in level 2 A UI is shown rotating around you after the game is over and you can shoot an option to select it You can play the current level again or restart the entire game from beginning Currently 2 levels long Demo Video This project is uploaded ...

The Game Awards 2021

Image
  Did You Watch The Game Awards 2021  ? (Image Credit: The Game Awards) The Game Awards 2021 is finally over and there were many new game announcements, world premiers and movie trailers too. This year Game Awards took place with live audience at the Microsoft Theatre in Los Angeles on 9th December,2021. The Pre-show was hosted by Sydnee Goodman and the main show was hosted by Geoff Keighley .  The show had many World Premiers and Game Announcements including King of Fighters XV, Monster Hunter Rise: Sunbreak, Wonder Woman, Star Wars: Eclipse, Alan Wake II, Sonic Frontiers and many more. The trailers for movie Sonic The Hedgehog 2 and series Halo were also premiered. Keanu Reaves and Carrie Anne-Moss also showed up to talk about The Matrix Awakens Unreal Engine 5 experience. The announcement that I am most happy about is that Final Fantasy Remake Intergrade is finally coming to PC on Epic Games Store on 16th December 2021. 😍  The Reddit r/gaming Community Winner:...

Roller Madness

Image
  My First Playable Game In this game, you control a Cyan Ball and your goal is to collect a specified amount of Yellow Coins to clear the level. If you touch the Green Structures then you will bounce off them, and if you touch the Red Zone outside the play area then you will die and the game will be over. There is no time limit but you cannot relax and collect the coins slowly because after a certain amount of time passes, enemies which looks like Purple Boxes will appear and start hunting you. If they catch you then again it is Game Over. Good Luck !!! 😁👍 Functionalities in This Project Player controls a Cyan color Ball and move it with W,A,S,D Objective is to collect Yellow color Coins Player and Coins have moving trails Purple box shaped enemies will keep coming after you Game area is a static Black Platform Green Structures which act as bouncy obstacles A Red Zone outside the play area to restrict the player movement A UI to show current score You can play the current...

Solar System Simulation

Image
My Very First Unity Project In this project, I have created a Solar System Simulation, there isn't much you can do in this simulation right now other than just watch the planets move and select one planet by clicking it to make the camera follow that planet. Things Included in this Simulation A static Sky Box Sun rotating about its own axis 9 Planets rotating around Sun and also about their own axis Moon rotating around Earth and also about its own axis Sun makes a burning sound, bigger planets and smaller planets makes different sounds You can click on any body to make the camera follow it Demo Video I have uploaded this project on my  GitHub  and I suggest you to run this simulation in Windowed mode because I haven't yet included the functionality to quit it. I will make changes to this simulation and include more functionality later on. Changes and Functionalities to be Added Better looking Sky Box VFX for Sun Being able to use Free Look Being able to pause and quit the...