Skip to content

gepopa10/3DGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A sample 3D game to learn programming in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages