Create a 3D maze using SDL2.0. All files are to follow the coding style under Betty.
- OS: Ubuntu 14.04 LTS
- Compiler: GCC 4.8.4
- IDE: CLion 2019
sudo apt-get install libsdl2-dev
For installation on other platforms refer to SDL installation
cd /location/of/cloned/repo
make
./maze
Please refer to Maze Instructions for keyboard controls