garimasingh128 / awesome-python-projects

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

Update README.md #133

Closed suvodeep12 closed 3 years ago

suvodeep12 commented 3 years ago

Description

Added the popular Android game 2048 implemented in Python.

Type of change

Please delete options that are not relevant.

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