✩₊⊹ technology as a path toward X, where individualism becomes the foundation; a reality built on justice, truth, and authentic self-expression for every human. (my "tch4x" philosophy)
This project implements a three-player Ludo game in Python where one human player competes against two AI-controlled players. The artificial intelligence of the bots is developed using the Minimax …
Python
Implementation of the N-Queens problem using three major AI optimization algorithms: Hill Climbing, Simulated Annealing, and Genetic Algorithm. Developed as a university project for the AI course a…
Python 1
the implementation of some core search algorithms to solve the pathfinding problem. Developed as a university project for the AI course at NIT.
Python
Web Development Course HW at NIT - An application for managing notes that supports a fake API, offers infinite scrolling, and implements full CRUD functionality. It includes local caching, robust e…
JavaScript 1
Web Development Course Final Project at NIT
JavaScript
Web Development Course HW at NIT: An implementation of a RequestBin that allows you to generate unique URLs (Inboxes/Slugs) to dynamically collect, parse, store, inspect, and filter incoming HTTP w…
Python