
A Star
A* is a path finding / search algorithm that I have implemented in 2D space and adapted to work in 3D space.

Progressbars.js
A progress bar library developed by me, creating animated loading bars and gifs.

HandPoses
Hand Poses is a machine learning program I have written to determine what poses your hand is in.

Tree Equations
Tree equations is a visualiser for recursively solving an equation. It utilises Math.js Library and cytoscape.js Library

Chess AIs
Chess AIs is a program I wrote to train AIs for chess. It utilises NEAT.js, chess.js and chessboard.js.