This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
davidctinescu/raycaster
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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