StanislavPetrovV / Python-DOOM

Raycasting DOOM imitation
MIT License
130 stars 40 forks source link

drawing.rect() caused an error #1

Open Phil10245 opened 4 years ago

Phil10245 commented 4 years ago

as a quick fix: remove params width and border_radius.

Though those should be correct in the first place.

system: python 3.8, pygame 1.9.6

Annotation 2020-08-25 112133 Annotation 2020-08-25 112250

pretty cool project :)

abgr8 commented 2 years ago

It works fine for me python 3.9.7 and pygame 2, you might have multiple versions of python installed make sure you are using the right one by doing

python --version

try not to use an ide to run it as ide's sometimes mess things up