- A wolf3d like game, made with raycasting
C language, SDL2 library, Raycasting method
- Git clone http://github.com/sgalasso/wolf3d.git
- Compile it with
make
Run ./wolf3d [map]
First line : width height
Bloc 1 : wall
Bloc 0 : void
Bloc 2 : spawn
4 4
1 1 1 1
1 0 0 1
1 2 0 1
1 1 1 1
Simon Galasso