An open API service indexing awesome lists of open source software.

https://github.com/brightprogrammer/codanim

Collection of all the animations/simulations I do
https://github.com/brightprogrammer/codanim

Last synced: 4 months ago
JSON representation

Collection of all the animations/simulations I do

Awesome Lists containing this project

README

        

# Code Animations

This is where I keep my code for all simulations and animations. Things like working of an algorithm,
simulating real life phenomena etc... Hope you enjoy this. You can find the order in which I created
these simulations below and a working video or explanation video if it.

Most of the things here are my attempt to visualize how things happen behind the scenes. Also I kinda
like simulations! They are just AAAAAMAZINGGG!

#### Playing With Maze Solver
Some videos related to this :
- [Having Fun With Maze Solver Algorithm Taught In College!!](https://www.youtube.com/watch?v=X6AOGzkDQaM)
- [Playing With Maze Solving Algorithm | Slowed Version | Different Maze Sizes](https://youtu.be/FkphLm1Vf6c)
Explanation : [MazeSolver](mazesolver/MazeSolver.md)