simongalasso / wolf3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wolf3d

  • A wolf3d like game, made with raycasting

demo

Built with

C language, SDL2 library, Raycasting method

Installing

Make it work

Run ./wolf3d [map]

Make a map

First line : width height
Bloc 1 : wall
Bloc 0 : void
Bloc 2 : spawn

Map Exemple

4 4
1 1 1 1
1 0 0 1
1 2 0 1
1 1 1 1

Author

Simon Galasso

About


Languages

Language:C 96.6%Language:Makefile 3.4%