Screen.Recording.2024-08-15.at.5.22.52.PM.mov
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.
-
clone the repo
git clone https://github.com/liamstamper/ascii-doom.git
-
install requirements
pip install -r requirements.txt
-
Run the game
python3 ascii-doom.py