Skip to content

GodFlight/Wolf3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f6817d · Feb 11, 2020
Aug 29, 2019
Aug 28, 2019
Aug 29, 2019
Aug 29, 2019
Aug 29, 2019
Aug 29, 2019
Aug 19, 2019
Aug 9, 2019
Aug 19, 2019
Feb 9, 2020
Aug 19, 2019
Jul 31, 2019
Aug 29, 2019
Feb 9, 2020
Aug 29, 2019
Sep 6, 2019
Sep 6, 2019

Repository files navigation

Wolf3D

Download demo for windows

Image alt Image alt Image alt Partial implementation of the engine "Wolfenstein 3D engine" and its improvement using a cross-platform library for working with multimedia "SDL2".

Compiling and running

Runs on OSX.
Run make and programm will compile.
Run it with ./wolf3d.

Controls

ESC - Close the program.
W/A/S/D - Movement in space.
RIGHT - Camera rotation to the right.
LEFT - Camera rotation to the left.
SHIFT - Acceleration.
SPACE - Turn on/off music.

Map file format

1   1   1   1  
1   910 9   1  
1   0   0   1  
1   999 0   1  
1   1   1   1  

0 - void, wall/flr cast ignore it, physic ignore it.
1-99 - default walls without states and interactions, can be place several identical id.
900-998 - objects.
999 - player position.

About

`Graphic` project at School21 (2019)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published