Back to Portfolio
Interactive Playground
Interactive Playground
Explore interactive games and algorithm visualizers that showcase game development skills and computer science fundamentals.
Interactive Games
Mini Games
Fun, interactive games built with React showcasing UI/UX design and game logic.
Tech Stack Memory Game
Match pairs of tech logos and test your memory skills
Tic-Tac-Toe vs AI
Challenge an unbeatable AI powered by minimax algorithm
Classic Snake Game
Control the snake and eat food to grow longer
2048 Puzzle Game
Merge tiles to reach 2048 and beyond
Simon Says Memory
Watch the pattern and repeat it perfectly
Algorithm Visualizers
Intresting Concepts Visualized
Interactive visualizations of classic algorithms and data structures.
Tower of Hanoi
Recursive algorithm • 2ⁿ - 1 optimal moves
Pathfinding Algorithms
A* • Dijkstra • BFS • DFS
Sorting Algorithms
Quick • Merge • Bubble • More
Binary Search Tree
Insert • Search • Delete operations
N-Queens Problem
Backtracking • Classic puzzle
Maze Solver
A* • BFS • DFS pathfinding
Node.js Event Loop
Call Stack • Microtasks • Libuv
Promise Visualizer
Promise.all • race • allSettled • any