This project is a small 2D robot simulation written in C++. A virtual robot moves through an obstacle course, uses sensor rays to detect nearby walls, and tries to reach the goal area autonomously.
- C++17
- CMake 3.20+
- raylib 5.5
On Windows with Visual Studio 2019 Build Tools:
cmake -S . -B build -G "Visual Studio 16 2019" -A x64
cmake --build build --config DebugThe first configure step downloads raylib, so internet access is required the first time.
.\build\Debug\virtual_robot.exeRrestarts the simulationEsccloses the window
