SkillAgentSearch skills...

Wolfenstein

:suspect: A javascript implementation of the game Wolfenstein 3D from id Software.

Install / Use

/learn @madureira/Wolfenstein
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Wolfenstein 3D

GitHub version Build Status: Linux Coverage Status Code Climate Dependency Status

This is a javascript implementation of the game Wolfenstein 3D. Wolfenstein 3D is a first-person shooter video game developed by id Software and published by Apogee Software. Originally released on May 5, 1992, for the PC operating system DOS.

alt tag

alt tag alt tag alt tag

Live Demo

Controls

| Keys | Function | | ------------- |:-----------------------:| | W / ↑ | Move foward | | S / ↓ | Move backward | | A / ← | Turn left | | D / → | Turn right | | SPACE BAR | Shoot | | F | Show Frames per second | | M | Show level map |

Dependencies

  1. Node >= 4.1.2

How to generate source files?

$ npm install
$ npm run prepare

How to Play?

When you run:

    $ npm run build

Is generated executables to each plataform inside:

bin/wolfenstein/

Choose your plataform and enjoy :)

Linux

Run the executable file:

    wolfenstein/bin/wolfenstein/linux64/wolfenstein

Windows

Run the executable file:

    wolfenstein\bin\wolfenstein\win64\wolfenstein.exe

OSX

Run the executable file:

    wolfenstein/bin/wolfenstein/osx64/wolfenstein

Development

To execute the game and modify the code in runtime, open the file index.html in your browser (Supported browser: Google Chrome). To edit files and see the changes at runtime, run in watch mode:

    $ npm run watch

Running unit tests

    $ npm test

Related Skills

View on GitHub
GitHub Stars47
CategoryProduct
Updated1mo ago
Forks10

Languages

JavaScript

Security Score

80/100

Audited on Feb 13, 2026

No findings