Metadata-Version: 2.1
Name: play2048
Version: 6.0
Summary: just 2048 game lib
Home-page: https://github.com/5-23/play2048
Author: 5-23
Author-email: rustacean@5-23.dev
License: MIT
Keywords: 5-23,2048,game,play2048,2048play
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: easy-pil

# play2048
간단하게 2048을 만들수 있는 라이브러리 입니다

## 사용법
먼저 콘솔에 이걸 입력해주세요
```
pip install play2048
```
그후 [예제](https://github.com/objectiveTM/play2048/blob/main/examples)대로 처주시면 됩니다
