Skip to content

simongalasso/wolf3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published