Random walk

Messing around with raylib in C++ with some simple random walk algorithms.

Building

$ git clone https://github.com/tikis23/random-walk.git
$ cd random-walk && mkdir build && cd build
$ cmake ..

Screenshots