Sohum Sukhatankar Projects

Open Source

I like to build cool software projects and share them with the world. Doing lets me develop technical skills, explore new topics, and make tools that improve people's lives.

If you find something interesting, let me know :3

Table of Contents

GameTime

React
TypeScript
Vite

A collection of 6 perception and cognitive mini-games built as a web app.

This project is a multi-game platform with topics spanning estimation, spatial reasoning, numerical logic, and verbal memory. Each game uses seed-based reproducibility for sharing with friends, and the whole thing is deployed on Vercel.

Links: Website · GitHub

GameTime preview image

Felt

TypeScript
Node.js
Socket.IO

A real-time multiplayer poker engine with support for NLHE and PLO variants.

I built this project alongside Ryan Shin. This project implements a full-stack live poker platform with a sophisticated hand state machine managing game phases from pre-flop through showdown. It supports No-Limit Hold’em and Pot-Limit Omaha (4/5/6-card), complex all-in side pot splitting, and host-configurable options like run-it-twice, rabbit hunting, auto-deal, and straddles. The frontend is a single-page HTML5 poker table UI with animated card dealing and real-time Socket.IO communication.

Links: Website · GitHub

Felt preview image

Poincaré Map

Python
Chaos Theory
Math

A visualization of chaos using the Rössler attractor's Poincaré section.

This project visualizes the chaotic behavior of the Rössler attractor using a Poincaré section at y = 0. Each time the system’s trajectory crosses the plane, we plot a point, revealing a hidden fractal geometry.

Links: Website

Poincaré Map preview image