diff --git a/README.md b/README.md index 05ad575..708afdb 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,20 @@ A collection of toy programs. | Title | Description | | --- | --- | -| [isEven](./isEven/README.md) | Find if a number is even or odd with deep learning | -| [Automated r/place](./place/README.md) | Automated placement of tiles in r/place | -| [Cellular Automata](./automata/README.md) | 1D Cellular Automata | -| [raytrace](./raytrace/README.md) | Ray tracing a Cornell Box | -| [Yield Curve](./yieldCurve/README.md) | Plot the current yield curve in your browser | +| [Markov](./markov/README.md) | Generate text using markov chains | | [Game of Life](./gameOfLife/README.md) | Game of life in the terminal | -| [Turtle](./turtle/README.md) | Turtle graphics | -| [Auto Antilock](./antiLockScreen/README.md) | Never let your computer sleep again | +| [Voronoi](./voronoi/README.md) | Implementation of voronoi diagrams | | [gloc](./gloc/README.md) | Count lines of code in github repos | -| [matmul](./matmul/README.md) | Benchmarking matrix multiplication in C | -| [Fun Camera](./funCamera/README.md) | Masking humans in a webcam feed | +| [Turtle](./turtle/README.md) | Turtle graphics | | [GT7 Race Automation](./gt7Racer/README.md) | Automated racing in Gran Turismo GT7 | -| [Voronoi](./voronoi/README.md) | Implementation of voronoi diagrams | +| [Infinite Craft](./infinite-craft/README.md) | Craft an infinite amount of items | +| [raytrace](./raytrace/README.md) | Ray tracing a Cornell Box | +| [matmul](./matmul/README.md) | Benchmarking matrix multiplication in C | | [Game of Life v2](./plane-game/README.md) | Game of life, but colorized | -| [Markov](./markov/README.md) | Generate text using markov chains | +| [Cellular Automata](./automata/README.md) | 1D Cellular Automata | +| [Mandelbrot Set](./mandelbrot/README.md) | Visually Expolore the Mandelbrot and Julia sets | +| [Fun Camera](./funCamera/README.md) | Masking humans in a webcam feed | +| [Auto Antilock](./antiLockScreen/README.md) | Never let your computer sleep again | +| [isEven](./isEven/README.md) | Find if a number is even or odd with deep learning | +| [Automated r/place](./place/README.md) | Automated placement of tiles in r/place | +| [Yield Curve](./yieldCurve/README.md) | Plot the current yield curve in your browser |