Things I’ve made to leave my carbon footprints on the universe.
I’ve tinkered with a bunch of projects, learning, experimenting, and pushing boundaries. But these are the ones that truly stand out for me. Many of them are open-source, so if something catches your eye, feel free to dive into the code, explore, and maybe even contribute your ideas. Collaboration makes everything better.
NQueen Visualizer
A graphical implementation of a classic algorithmic challenge where the goal is to place N chess queens on an N×N chessboard so that no two queens threaten each other.
Know more
Float Fall Bouncing
A simple Physics Simulator that shows effects of gravity in different mediums and environments built using the Pygame library.
Know more
Dijkstras Visualiser
A visualizer that demonstrates how the Dijkstra's algorithm explores the grid to find the shortest path between the start and end points.
Know more
Survival Predictor
A machine-learning model that predicts the survival of the fittest.
Know more