PolyMarsDev / Flappuccino

A Pygame game made in 48 hours
354 stars 127 forks source link

game crashing #43

Open shiv121231 opened 1 year ago

shiv121231 commented 1 year ago

I imported the scripts and data and made a folder for them, python and pygame were already installed in VS code so i ran it. The title screen shows up and when i click start it crashes. What should i do?

video: https://drive.google.com/file/d/16Amg9zVaFuJXMba4uXepEmJXiTfqQjgO/view?usp=sharing

JacobKnox commented 1 year ago

From the error traceback I can see in your video, you are receiving NameError: name "colorsys" is not defined. This is a known issue (#11) and is easily fixable. Please read the comments on the referenced issue and it should resolve your problem.

shiv121231 commented 1 year ago

thx it works now