V
V
Vlad2018-07-08 23:35:38
Python
Vlad, 2018-07-08 23:35:38

PYGAME flashes when opened on MAC OS. How to fix?

Installed the simple_draw package.
Entered this code:

point = sd.get_point(100, 100)
radius = 50
for _ in range(3):
    radius += 5
    sd.circle(center_position=point)

I tried to run it. After that, pygame opens in a new window for a second and then closes.
Worth python 3 and pycharm.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question