Integral Chess Engine

A top-10 chess engine using alpha/beta + minimax search and a multi-layer neural network. Several search algorithm innovations in Integral have been implemented in other strong engines, such as Stockfish.

c++machine learningpythonrustalpha/betaminimax

Entropy Client

Advanced minecraft modding software designed to improve the vanilla experience for players. It supports various features, including Aim Assist, ESP, and more. It is one of the most popular clients in Minecraft, serving 70k+ users.

c++jnireverse engineeringsqlphpbootstrapjs

Delta CDN

A content delivery network and anti-DDoS service for websites and web applications. The anti-DDoS protection is implemented using rate limiting and challenge/captcha verification, blocking 95% of modern ddos attack vectors.

gomongodbredishtmlcssjsnginx

Vine Chess Engine

A strong chess engine implemented using Monte-Carlo Tree Search and key algorithmic improvements detailed in the Google AlphaZero paper. Vine is developed to produce diverse, stronger data for my stronger chess engine, Integral.

c++monte-carlo tree searchmachine learning