Simulation of movement in a 3D arena in the terminal.
- Install gcc
- https://gcc.gnu.org/
- linux:
sudo apt install build-essential
- macOS:
brew install gcc
- windows:
pacman -S mingw-w64-ucrt-x86_64-gcc
- Install console-raycasting-cpp
git clone https://github.com/dzobamain/console-raycasting-cpp
cd console-raycasting-cpp
Code Compilation (Console)
./build.sh
./cr
./build.bat
cr.exe