tetris-terminal 0.0.1a1__py3-none-any.whl → 0.0.1a3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tetris_terminal-0.0.1a1.dist-info → tetris_terminal-0.0.1a3.dist-info}/METADATA +4 -10
- tetris_terminal-0.0.1a3.dist-info/RECORD +9 -0
- tetris_terminal-0.0.1a1.dist-info/RECORD +0 -9
- {tetris_terminal-0.0.1a1.dist-info → tetris_terminal-0.0.1a3.dist-info}/WHEEL +0 -0
- {tetris_terminal-0.0.1a1.dist-info → tetris_terminal-0.0.1a3.dist-info}/entry_points.txt +0 -0
- {tetris_terminal-0.0.1a1.dist-info → tetris_terminal-0.0.1a3.dist-info}/licenses/LICENSE +0 -0
- {tetris_terminal-0.0.1a1.dist-info → tetris_terminal-0.0.1a3.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tetris-terminal
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.1a3
|
|
4
4
|
Summary: A tetris game runs in the terminal
|
|
5
5
|
Author-email: jayzhu <jay.l.zhu@foxmail.com>
|
|
6
6
|
Project-URL: homepage, https://github.com/zlh124/pytetris
|
|
@@ -26,7 +26,7 @@ License-File: LICENSE
|
|
|
26
26
|
Dynamic: license-file
|
|
27
27
|
|
|
28
28
|

|
|
29
|
-
#
|
|
29
|
+
# Tetris Terminal🎮
|
|
30
30
|
A terminal-based Tetris game written in Python using the `curses` library.
|
|
31
31
|
|
|
32
32
|
[](LICENSE)
|
|
@@ -43,15 +43,9 @@ Based on Python's [`curses`](https://docs.python.org/3/library/curses.html) modu
|
|
|
43
43
|
- ⚠️ **Windows**: Not supported yet
|
|
44
44
|
|
|
45
45
|
### Installation & Usage
|
|
46
|
-
- Using [uv](https://github.com/astral-sh/uv) (recommended):
|
|
47
46
|
```bash
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
```
|
|
51
|
-
- Using pip (alternative):
|
|
52
|
-
```bash
|
|
53
|
-
pip install -e .
|
|
54
|
-
pytetris
|
|
47
|
+
pip install tetris-terminal
|
|
48
|
+
tetris
|
|
55
49
|
```
|
|
56
50
|
|
|
57
51
|
### Controls
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
tetris/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
tetris/cli.py,sha256=CRW-HtTAYBF6OBp36JfSV_Io5XLCFPMMv_L2FjljvJQ,249
|
|
3
|
+
tetris/tetris.py,sha256=McMs0CkI-6E6kwfuL0XuiqZkPrhv5078hunIb52JhSo,5899
|
|
4
|
+
tetris_terminal-0.0.1a3.dist-info/licenses/LICENSE,sha256=1bO7E7nDlWd6w8saUyhDElvrOjEF_mVnyxCESe_-gT0,1067
|
|
5
|
+
tetris_terminal-0.0.1a3.dist-info/METADATA,sha256=cj3xt96R-SGJhaT70Nq9X8VsYu6it834ewquElqi2pw,2168
|
|
6
|
+
tetris_terminal-0.0.1a3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
7
|
+
tetris_terminal-0.0.1a3.dist-info/entry_points.txt,sha256=JJSSe-Qvy_oyapzvi5phbPNveo9Cd8p-BoIU-ZKF9xY,43
|
|
8
|
+
tetris_terminal-0.0.1a3.dist-info/top_level.txt,sha256=T4Nlqe4Ss3LOGe002n2WprpZwOcJCNZfBLfFLKtwIOI,7
|
|
9
|
+
tetris_terminal-0.0.1a3.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
tetris/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
tetris/cli.py,sha256=CRW-HtTAYBF6OBp36JfSV_Io5XLCFPMMv_L2FjljvJQ,249
|
|
3
|
-
tetris/tetris.py,sha256=McMs0CkI-6E6kwfuL0XuiqZkPrhv5078hunIb52JhSo,5899
|
|
4
|
-
tetris_terminal-0.0.1a1.dist-info/licenses/LICENSE,sha256=1bO7E7nDlWd6w8saUyhDElvrOjEF_mVnyxCESe_-gT0,1067
|
|
5
|
-
tetris_terminal-0.0.1a1.dist-info/METADATA,sha256=UgL-xSKv2KpUTYKCurj2ojD6QteNp9Bbnp40thW1VHY,2282
|
|
6
|
-
tetris_terminal-0.0.1a1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
7
|
-
tetris_terminal-0.0.1a1.dist-info/entry_points.txt,sha256=JJSSe-Qvy_oyapzvi5phbPNveo9Cd8p-BoIU-ZKF9xY,43
|
|
8
|
-
tetris_terminal-0.0.1a1.dist-info/top_level.txt,sha256=T4Nlqe4Ss3LOGe002n2WprpZwOcJCNZfBLfFLKtwIOI,7
|
|
9
|
-
tetris_terminal-0.0.1a1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|