A random walk simulation in C using Raylib.
- C 97.5%
- Shell 2.5%
| .gitignore | ||
| build.sh | ||
| main.c | ||
| preview.jpg | ||
| ReadMe.md | ||
| UNLICENSE | ||
Random Walk
A random walk simulation in C using Raylib.
Dependencies
Make sure Raylib is installed. For example, on Arch:
sudo pacman -S raylib
Build
To compile the code:
./build.sh
Run
To run the simulation:
./randomwalk
Or to run with 100 agents:
./randomwalk 100
