Creating fluid movement of an oval using tkinter

前端 未结 2 1740
盖世英雄少女心
盖世英雄少女心 2021-01-23 16:43

I\'m trying to create Connect-Four using tkinter. Once a disc is placed in a certain column, I want it to descend to the bottom of the column in a fluid movement.

I\'ve

2条回答
  •  灰色年华
    2021-01-23 17:32

    You're missing function which shows changes to canvas - canvas.update(), try writing it after canvas.move().

提交回复
热议问题