This project visualizes the Random Walk, showing it in 2d and 3d space.
Use the package manager pip to install the libraries below.
pip install matplotlib
pip install numpy
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.animation as animation
2-D Random Walk Example
3-D Random Walk Example
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.