tetris-terminal 0.0.1a1__tar.gz → 0.0.1a3__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tetris-terminal
3
- Version: 0.0.1a1
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
  ![gameplay](./gameplay.gif)
29
- # Pytetris 🎮
29
+ # Tetris Terminal🎮
30
30
  A terminal-based Tetris game written in Python using the `curses` library.
31
31
 
32
32
  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](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
- uv pip install -e .
49
- pytetris
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
@@ -1,5 +1,5 @@
1
1
  ![gameplay](./gameplay.gif)
2
- # Pytetris 🎮
2
+ # Tetris Terminal🎮
3
3
  A terminal-based Tetris game written in Python using the `curses` library.
4
4
 
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
@@ -16,15 +16,9 @@ Based on Python's [`curses`](https://docs.python.org/3/library/curses.html) modu
16
16
  - ⚠️ **Windows**: Not supported yet
17
17
 
18
18
  ### Installation & Usage
19
- - Using [uv](https://github.com/astral-sh/uv) (recommended):
20
19
  ```bash
21
- uv pip install -e .
22
- pytetris
23
- ```
24
- - Using pip (alternative):
25
- ```bash
26
- pip install -e .
27
- pytetris
20
+ pip install tetris-terminal
21
+ tetris
28
22
  ```
29
23
 
30
24
  ### Controls
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tetris-terminal"
7
- version = "0.0.1-alpha1"
7
+ version = "0.0.1-alpha3"
8
8
  description = "A tetris game runs in the terminal"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tetris-terminal
3
- Version: 0.0.1a1
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
  ![gameplay](./gameplay.gif)
29
- # Pytetris 🎮
29
+ # Tetris Terminal🎮
30
30
  A terminal-based Tetris game written in Python using the `curses` library.
31
31
 
32
32
  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](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
- uv pip install -e .
49
- pytetris
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