Playground

Experiments, studies, the universe and everything
A screenshot of the Genetic Bitmap experiment

Genetic Bitmap

An implementation of a genetic algorithm that copies a sample bitmap picture

The AI is written in pure javascript.
Genetic Algorithm Artificial intelligence Javascript
A screenshot of the Virus Simulator

Virus Simulator

A simulator that visually shows the development of an epidemic and based on the compartmental models theory.
Depending on the parameters you can simulate COVID-19, flu, tubercolosis, zombie attacks, etc...


The simulator is written in Vanilla javascript using the Canvas API
Epidemic simulation Canvas API Javascript
A screenshot of the Spectrogram experiment

Spectrogram

A real-time audio analysis and visualization that shows sound components separately
I've built this tool using Javascript and the Web Audio API.
Sound analysis Web Audio API Sound visualization
A screenshot of the Peg Game* experiment

Peg game*

An artificial intelligence that solves the English Peg game using the A* algorithm

The AI is written in javascript, heuristics and constants have been found with a trial and error approach.
A* Artificial intelligence