How to conserve memory in pygame
I was following this guys tutorial on how to make an object rotate around another, as I wanted to make a sword rotate around the player and follow the mouse. On his machine the code works great and is exactly what I want to achieve, but on my machine it starts to consume a ton of RAM extremely fast and crashes the program.