Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

davidctinescu/raycaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

penguindoo raycaster engine

a raycaster engine written in pygame 2.5.2 with pypy 3.8 and SDL 2.82

install dependencies:
pip install -r requirments.txt

font used:
https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/ComicShannsMono.zip

or more precisevly..
Comic Shanns Nerd Font

you can run with:
python3 src/main.py

or
python3 src/main.py assets/map.txt

in order to load a custom map

also, to display 'debug' info, modify src/main.py to have Debug=True

About

simple python raycaster made with pygame

Resources

Stars

Watchers

Forks

Languages