Skip to content

liamstamper/ascii-doom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screen.Recording.2024-08-15.at.5.22.52.PM.mov

Overview:

This is an in-progress project building a simple DOOM clone using ascii. True to the original game it relies on ray casting to give it a 3D appearance. I'm using the curses library to run it in the terminal and handle text input.

Usage:

  1. clone the repo

    git clone https://github.com/liamstamper/ascii-doom.git
  2. install requirements

    pip install -r requirements.txt
  3. Run the game

    python3 ascii-doom.py

About

Doom style ascii game - Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages