SEE PROJECTS

all projects.

javascript | html | css

Connect 4 AI

View code on github

Play the classic 'Connect Four' against a self programmed Artificial Intelligence. It utilizes a variation of the miniMax Algorithm.

javascript | html | css

Sort Visualizer

View code on github

Sorting Algorithms are used everywhere. But how do they look like? This Visualizer will let you have a look inside.

python

Flappy Bird AI

Code not public

This is a self learning AI to play Flappy Bird. It uses the NEAT (NeuroEvolution of Augmenting Topologies) Algorithm. The Birds will get better by their generation, similar to real world evolution.