+ 2
2048 game
I have 2048 game project in github, it works very well, but I want to make with animation. Now this game works with tkinter and changes only image on button. If any possible way to animate it, will be great. Thanx before who wants to help. 👍🙏 https://github.com/MerdanDev/2048-game
1 Antwort
+ 2
Tkinter is UI library, not render library. You need to check for a render library and learn to draw on screen with rendering from code. Maybe it is better to find a game engine allowing python code to save time.