Pinned Repositories
Chaos-Game
Chaos Game generating fractals, using random
Competitive-Programming
This repository contains the basic algorithms for competitive programming.
Dragon-Curve
The Dragon Curve is a curve obtained by folding a paper. This code allow you to visualise the curve after n foldings.
Fourier-Series-Visualiser
An animation that shows Fourier Series.
Genetic-Path-Finding-Algorithm
A Genetic Path Finding Algorithm that uses triangles to represent entities and finds the path to the exit.
Koch-Snowflake
This code displays the fractal knows as the Koch Snowflake.
Path-Finder-Visualiser
A GUI to visualise pathfinding algorithm
Perlin-Noise
A Python Perlin Noise implementation
Poisson-Disc-Sampling-Visualiser
A Poisson Disc Sampling Visualiser. How to use : Press any key or Right Click to start.
Tic-Tac-Toe
Play Tic Tac Toe versus a bot using a MinMax Algorithm.
Gainsboroow's Repositories
Gainsboroow/Path-Finder-Visualiser
A GUI to visualise pathfinding algorithm
Gainsboroow/Competitive-Programming
This repository contains the basic algorithms for competitive programming.
Gainsboroow/Dragon-Curve
The Dragon Curve is a curve obtained by folding a paper. This code allow you to visualise the curve after n foldings.
Gainsboroow/Tic-Tac-Toe
Play Tic Tac Toe versus a bot using a MinMax Algorithm.
Gainsboroow/Chaos-Game
Chaos Game generating fractals, using random
Gainsboroow/Fourier-Series-Visualiser
An animation that shows Fourier Series.
Gainsboroow/Genetic-Path-Finding-Algorithm
A Genetic Path Finding Algorithm that uses triangles to represent entities and finds the path to the exit.
Gainsboroow/Koch-Snowflake
This code displays the fractal knows as the Koch Snowflake.
Gainsboroow/Perlin-Noise
A Python Perlin Noise implementation
Gainsboroow/Poisson-Disc-Sampling-Visualiser
A Poisson Disc Sampling Visualiser. How to use : Press any key or Right Click to start.
Gainsboroow/Space-Invaders
A Space Invaders game. How to play : Arrows to move Space to shoot Enjoy ! If the game is too slow, you can change de factor variable at the beginning of the code, 1/2 will make the game 2 times faster, 1/3 3 times faster, etc.
Gainsboroow/Sudoku-Solver
A Sudoku Solver that solve Sudoku grid
Gainsboroow/Toothpick-Pattern
The toothpick pattern, step by step. Christmas Version :p
Gainsboroow/p5animation
Animations made with p5.js
Gainsboroow/Spoon-Knife
This repo is for demonstration purposes only.