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 |
---|---|
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.
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.