Skip to content

mtiapko/wolf3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wolf 3D Clone

wolf3d

Content

About

This is clone (currently in development) of the legendary Wolfenstein 3D video game, first-person shooter developed by id Software. Originally released on May 5, 1992 for MS-DOS.

Like the original clone is written in Pure C.

4:19 4:20
4:19 game 4:20 game

Current state

Now the game is at the stage of early development. There is nothing but bare walls. So the only thing that you can do in it is mindlessly run around the level without textures.

Build

Game tested on Arch Linux with gcc 7.1.1.

List of the requirements:

Enter project directory in console and type make to build it. If the compilation succeeds, a wolf3d file appears in the project's root folder and you can launch it. Or you can simply write make run and then the game will start right after the compilation is completed.