- GibberOn : A privacy centered chatting web-application for casual anonymous group chats
- Kiara : An AI enabled voice assistant with a GUI built with Python
- Tic-Tac-Toe : A rendition of the classic Tic-Tac-Toe game with GUI packing 1v1 and Play Against "AI" mode. The AI is powered by a very basic Mini-Max algorithm
- Chess : A 2v2 GUI Chess game built using Python
- Minesweeper : A GUI rendition of the classic Minesweeper game.
- Pacman : A rendition of the popular arcade game using Python and Pygame. Did not work on the graphics as I couldn't find game art resources.
- Hostel Management Software : A GUI application to help manage a hostel digitally
- E-hab : A web-based application that helps recovering addicts search for nearest support groups and rehabilitation centres.
- MicroURL : A web-based url shortner. Have completed the backend stuff but too lazy to do the frontend designing 😪
- An AI for my 2v2 Chess game using Nega-Max and Apha-Beta Pruning. I've got it working but it needs some serious improvements.