DOOM ’93 Level Explorer by Vince SwuDOOM ’93 Level Explorer by Vince Swu

DOOM ’93 Level Explorer

Vince Swu

Vince Swu

Overview

DOOM Scout allows you to render and explore levels from the classic DOOM (1993) game using WAD files. It focuses on navigation and viewing without any gameplay elements like shooting or enemies.

Features

Load and render levels from DOOM WAD files.
Walk through and explore the maps freely.
View detailed level geometry and textures.
Supports custom WAD files.

Prerequisites

Python 3.x
Pygame pip install pygame
Numba pip install numba
Sys
Random
Math
Struct

Installation

Clone the repository:
git clone https://github.com/ecnivs/DOOM-Scout.git
cd DOOM-Scout
Install dependencies:
pip install pygame numba
Run the Software:
python main.py
Like this project

Posted Aug 9, 2026

Built DOOM Scout, a Python-based level explorer for DOOM (1993) that renders WAD maps and lets users walk through them in a free-exploration mode.