Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 742 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 742 Bytes

3D shooter minimalist

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

Gemuseholle

Compilation

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