garimasingh128 / awesome-python-projects

📱 ✅ Some awesome projects in python! 📱 ✅
http://garimasingh.me/awesome-python-projects/
MIT License
973 stars 283 forks source link

Added 2048 game. #132

Closed suvodeep12 closed 3 years ago

suvodeep12 commented 3 years ago

Description

Added the popular Android game 2048 implemented in Python.

Fixes # (issue)

Type of change

How Has This Been Tested?

This has been tested by running it on a Python 3.9.7 interpreter. I performed all the possible actions in the game (move up, down, left, right) which implemented all the core functions of the game - reverse, merge and transpose.

Checklist: