Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.52 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.52 KB

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.