A python code using pygame to visualize 2048 game. The image files have to be downloaded, then change the route in which they are imported in 2048_codefor2.py file. maingame.py file is a module that is used in the main code. When you play the game, you can move the tiles with the arrow keys
soarhigh03/2048_game
A python code using pygame to visualize 2048 game. The path to the images have to be altered according to the path it takes in your computer.
Python