This is the first iteration of my portfolio site. The content in this site is outdated. Please visit my latest site or my GitHub Profile.
WOW You found my cache!! What next?? Keep looking and know all about the cool stuff I work on in free time.
A custom made web drawing app built using hammerjs and
paperjs. Optimized for desktop browsers. Use mouse to draw
and hold shift and draw to erase. Planning to add real time
bidirectional event based cummunication.
To collaborate
on this feel free to contact me.
Status : WIP
Frameworks : Paper.js, Hammer.js
Drive out your imagination with Paint car. Use arrow keys to
navigate on the screen and hold space to draw. To change
colors use the color palette on the top left corner.
Status : Completed (There are a few known bugs.)
PS : Works in desktop browser only
An AI program that generates crossword puzzle given the
words and structure of the crossword and writes it to a JPEG
file.
Status : Completed
Language : Python3.x
Usage :$ python generate.py [structure] [words]
output.png/jpg
A program written that recovers JPEGs from a forensic
image.
Status : Completed
Language : C
Usage :$ ./recover card.raw
A Tic-Tac-Toe game that uses Mini-Max algorithm to make
optimal moves.
Status : Completed
Language : Python3.x
Requirements : pygame
Usage :$ python runner.py
A program that solves a maze given its structure and writes
the explored states and solution in a JPEG file.
Status : Completed
Language : python3.x
Requirements : pygame
Usage :$ python maze.py [mazestructure.txt]