-2

I want to create a tic tac toe game with python turtle library and I want it to draw a circle wherever the mouse clicked, how can I draw something on mouse click position?

I used the pygame library code like:

for event in pygame.event.get():
    if event.type == pygame.FINGERDOWN:
        print("Finger touched the screen")

But it doesn't work

trincot
  • 317,000
  • 35
  • 244
  • 286
  • 1
    Welcome to Stack Overflow. Please take a [tour] and see [How to ask](https://stackoverflow.com/help/how-to-ask). Define "doesn't work". – doneforaiur Aug 09 '23 at 13:49
  • 2
    Either use [tag:turtle-graphics]/[tag:python-turtle] or [tag:pygame], but you can't use both together. – Rabbid76 Aug 09 '23 at 13:49

0 Answers0