
STUDENT PROJECTS




SPEED RACER
This game is made for the module in my masters Advanced Game Technology. This game is an endless runner where you play as a car and you have to dodge through the obstacles and cover as much distance as you can. The type of obstacles is a roadblock, spikes and a cow. The concepts covered in this project are building basic primitives, lighting, Advanced rendering techniques etc.
This game is made in a custom-built engine made with OpenGL and C++.
Link to Github




ROLLER COASTER SIMULATION
This game is made for the module Computer Graphics. This is a roller coaster simulation made using Catmull-Rom spline where you sit on a roller coaster and take a ride. The concepts covered in this project are Lighting, basic primitive, shader programming, advanced rendering techniques, camera techniques etc.
This game is made in a custom-built engine made with OpenGL and C++.
Link to Github




VIRTUAL PIANO SIMULATION
This game is made as the final dissertation for Masters in Computer games Technology. It uses Leap Motion for hand tracking and with that a simple keyboard can be played in 3d environment. Thsi project also contains the the functionality to selecet MIDI songs and plays them automatically on the keyboard by extracting the notes, octaves and play time of each notes.
The game was fully designed and developed by me in Unity.
Link to Github
GAME JAM PROJECTS




MAKE SPACE
This is the second game that I ever made. In this game, you play as an astronaut, who is stuck in a lava pit. This platformer game has 4 levels and the pit is almost full of lava. The less time you take to finish a level, depending on that the level of lava decreases so that you can make more space to fight the boss. This game was made for Blackthornpod Game jam #3
The game was fully designed and developed by me in Unity.
Link to the game
Link to GITHUB




CLONESCAPE
This is the third game that I made. In their game, you play as a box and you have to create clones of yourself to make stairs or platforms to clear each level. You even have to sacrifice yourself to make your clone. You can only make 8 clones. This game was made for Brackeys Game Jam 2021.1
The game was fully designed and developed by me in Unity.
Link to the game
Link to GITHUB
PERSONAL PROJECTS











THE SNAKE GAME
This is the recreation of the old game of SNAKE from our old Nokia phones. The functionality is the same as the old game i.e the snake has to collect the maximum number of fruits without colliding into walls or itself.
This game was made using Python and the Pygame library.
Link to Github
SORTING VISUALIZER
This is a personal project made to visualize the different sorting techniques. The five techniques that are visualized here are Bubble Sort, Insertion Sort, Selection Sort, Quick Sort and Merge Sort. The bars represent the numbers in the list and the bar that is processed currently is represented by a different colour. Finally, when the list is sorted it appears in a different colour. The other functionalities include variation in sorting speed and size of the list. We can also enter our own numbers in the input field.
This game was made using Python and the Pygame library.
Link to Github
WORDLE REMADE
This is a replica of the famous viral game WORDLE. In this game, a word is generated and the player has to guess the word in six tries. The player has to make the next guess depending on the clues given in the previous try.
This game is made for android only.
The game was fully designed and developed by me in Unity.
Link to the game
Link to GITHUB