Bartosz Putek

My side projects

Discord music bot

Self-hosted music bot for Discord designed as a substitute for Groovy/Rythm.

The bot allows for playing music from YouTube, managing songs queue and playing your samples (binds) uploaded on the server.

Repository

Poker Master Tool

Open-source poker hand calculator available for Texas Hold'em.

The purpose was to develop fast, accurate odds calculator, without using probabilistic methods like Monte Carlo. The application also allows for displaying hand rank probability for each player and removing cards out of a deck known as Death Cards.

The engine is based on TwoPlusTwo evaluator, written in C++ as a Node.js addon. The rest of the app is written in Node.js/Typescript. This project was written as a part of my engineering thesis.

Demo Repository Engineering Thesis