A simple raycast engine written in C using SDL2.0
####Linux Install SDL2
sudo apt-get install libsdl2-dev libsdl2-ttf-dev
Then, clone this repository, or download the .zip file on the right
git clone https://github.com/wenright/Raycast-Engine.git
cd into the directory, and compile with
make
This will create an executable called run, which can be opened by typing
./run
You can close out of the window with escape