Skip to content

Latest commit

 

History

History
61 lines (53 loc) · 1.82 KB

File metadata and controls

61 lines (53 loc) · 1.82 KB

DOOM Scout

DOOM '93 Level Explorer

swappy-20240524-213815

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

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

Controls

  • W: Move forward
  • S: Move back
  • A: Move left
  • D: Move right
  • Left Arrow: Rotate left
  • Right Arrow: Rotate right
  • 1-9: Change Levels

Thank you for checking out this project!