Python Forum
[Pygame] colliding with lines - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: [Pygame] colliding with lines (/thread-18627.html)



[Pygame] colliding with lines - SheeppOSU - May-24-2019

i was making a another game before this but decided to take a little break from that game. I am at my grandmas for the summer and wanted to make a little game for me and my family. It was going well, until I started having problems with colliding with lines. I would appreciate any help with this. The colliding happens in main on line 163. The Line class starts on line 97. The Player class on line 21. The game is here - https://github.com/Sheepposu/Deadline/