Python Coding: The 2048 Game

by Shruti S

Description

Hello, I have recreated the "2048 game" which is 4*4 grid with numbered tiles. Basically it is played by moving left, right, up or down. There will be change if tiles move or merge same number tiles by using controls. If no legal move then the game will be over. It is very simple but difficult puzzle to achieve the highest score. Thanks for your effort on letting us to know more and better on coding correctly, I really loved this course.