2048 game | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

28th Jan 2021, 6:26 PM
Merdan Atamyradow
Merdan Atamyradow - avatar
1 Answer
+ 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.
21st Jul 2021, 4:48 PM
Chonk238
Chonk238 - avatar