top of page

Block Puzzle (Unity)

Kid's game prototype based on blocks (Personal)

  • Implemented singleton design pattern

  • Implemented MVC design patterns for blocks, colours, falling object & levels.

  • Implemented object pooling for block instantiation.

  • Implemented observer pattern for different actions for game.

Orange Season (Unity)

A 2D farming simulator (Godspeed Games)

​

  • Implemented controller support throughout the title.

  • Provided support on XBOX console porting & Microsoft store porting.

  • Implemented button remapping for the Gamepad & Keyboard.

  • Fixed a lot of original development issues.

Smashing Four (Unity)

An online PvP multiplayer mobile game (Godspeed Games)

​

  • Added new hero in the game.

  • Implemented new anlytics event in existing codebase to track different types of data.

  • Fixed some community reported bugs.

Guns & Spurs 2 (Unity)

An old west open world third person shooter game (Godspeed Games)

​

  • Revamped complete input system to a  third party input plugin.

  • Provided support on XBOX console porting.

  • Fixed a lot of original development issues.

Battle Tank (Unity)

Unity 3D Tank Game (personal)

  • Different types of Tank & Enemy created with MVC.

  • Enemy AI made with navmesh and State Machine.

  • Shoting Mechanism of bullet also present.

  • Achivement System made with observer Pattern.

Connect Four (C++)

Text Based old Connect Four Game (personal)

2D grid system used to make the board.
Two different players have different IDs
Console made like typewriter.
Player one will use red ball and player 2 will use blue ball.

The Explorer (Unity)

A 2D Platformer Game(personal)

  • Different types of animation added like jump, run, walk and idle

  • Different types of tilemaps used to make ground.

  • Falling ground and moving ground added.

  • Enemy Patroling on a particular tile.

  • Player health will reduce if collide with enemy.

Break The Blocks! (Unity)

Prototype of the game concept based on breaking blocks (personal)

  • Random physics material added to the ball.

  • Pad moves with mouse pointer.

  • Some unbreakable blocks also present.

  • Currently have only two levels

bottom of page