-
-
Algorithm-Visualizer Public
Created an algorithms visualizer using Javascript, VueJS, HTML & CSS. Specifically, It allows you to visualize DFS, BFS, & Dijkstra algos to find the shortest path between a start and end cell.
-
Moving-Terrain Public
Created a minecraft-like terrain using perlin noise in P5js. Based on noise, it generates different colors for terrain and generates clouds. It also adds minecraft trees on grassy terrain blocks.
JavaScript UpdatedJan 22, 2024 -
-
File-Tree-Generator Public
A project that when given a folder path, generates a tree of all the files inside it. I created this using pure python and its base packages formyself and shared for others to use.
-
-
Python-to-LC-3-Assembly Public
Working on a python code to LC-3 Parser. Idea is to use reg-ex and a lot of trail and error to get the parser working.
Python UpdatedMay 3, 2023 -
Tic-Tac-Toe-with-GUI Public
This is my implementation of tic tac toe using python, pygame and tkinter. I created this a while ago to get familiar with python, UI design and make something along the way.
-
portfolio Public
Forked from ayushman-git/portfolioMy portfolio website built with VueJs
Vue UpdatedNov 23, 2022 -
Best-README-Template Public template
Forked from othneildrew/Best-README-TemplateAn awesome README template to jumpstart your projects!
MIT License UpdatedAug 14, 2022 -
Websocket-server Public
Created a websocket implementation with both a client and server. Used html and CSS to create the frontend with autoscrolling down.
UpdatedJun 20, 2022 -
-
Dog breed Idenfitifer using Convolutional Neural Networks. This project was finished as part of Udacity's Deep learning Nanodegree