StanislavPetrovV / DOOM-style-Game

DOOM-style 3D (raycasting) Game in Python Pygame
MIT License
550 stars 242 forks source link

TypeError: integer argument expected, got float: Fixed in a Fork #14

Open Twenkid opened 4 months ago

Twenkid commented 4 months ago

Hi, good job! The pygame lib needed a few fixes in order to run with my version (convert float to int): It's here: https://github.com/Twenkid/Doom-Wolfenstein-PyGame/

Cheers!