Made by George Popescu
This work is inspired from (https://github.com/ssloy/tinyraycaster/wiki)
To play with keyboard:
- W: Forward
- S: Backwards
- D: Turn right
- A: Turn left
- Space: Shoot
- 1: Change to weapon 1
- 2: Change to weapon 2
- 3: Change to weapon 3
- 4: Change to weapon 4
sudo apt install -y libsdl2-2.0-0 libsdl2-image-dev libsdl2-ttf-dev libsdl2-gfx-dev git
git clone https://github.com/gepopa10/3DGame.git
cd tinyraycaster
mkdir build
cd build
cmake ..
make