mnnitchessclub.com
:
A chess server and frontend supporting PvP and tournaments. I started writing this as a simple project for announcements and event-tracking for the club, but in no time it turned into a full chess server. Also my first Go project. Surprisingly, also my first svelte project. And also the first time I deployed something via a VPS. Overall my biggest project so far.
MNNIT Buzz
:
A Reddit-like social app for MNNIT. I built this during a college event as a project to try out Nextjs.
myttendance
:
A simple offline attendance tracker pwa. It uses indexedDB to store your attendance data so it never leaves your device and works fully offline.
Rayswim
:
A thread parallel raytracer written in Rust. I built this to learn raytracing and rust, it turned out to be a pretty fun project. Optimized to a point where it was beating the original C++ implementation in the ratraycing.github.io repository.
Chass
:
A chess engine, python and web clients, and a discord bot. But primarily it's a discord bot that allows users to play against an engine, or challenge another user in the server. There are also utilities like viewing a position after a sequence of moves. It's potentially a complete chess package for discord!