garimasingh128 / awesome-python-projects

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

feat: Added 2048 game. #134

Open suvodeep12 opened 2 years ago

suvodeep12 commented 2 years ago

Description

Added the popular Android game 2048 implemented in Python.

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