tetris-terminal 0.0.2a1__py3-none-any.whl → 0.0.2a2__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/tetris.py CHANGED
@@ -510,7 +510,7 @@ class Tetris:
510
510
  self.stdscr.move(15, 27)
511
511
  self.stdscr.addstr(f"Level : {self.level}")
512
512
  self.stdscr.move(17, 27)
513
- self.stdscr.addstr(f"Hold : {self.hold.shape.name if self.hold else ""}")
513
+ self.stdscr.addstr(f"Hold : {self.hold.shape.name if self.hold else ''}")
514
514
  # board
515
515
  for i in range(20, 40):
516
516
  self.stdscr.move(i - 19, 1)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tetris-terminal
3
- Version: 0.0.2a1
3
+ Version: 0.0.2a2
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/tetris-terminal
@@ -0,0 +1,9 @@
1
+ tetris/__init__.py,sha256=4rT_RO6uaP2iqGIxERDZL42ILb2R9vbda1dSXpVg3T0,151
2
+ tetris/cli.py,sha256=WcYGhgXs_Crw3efFIq9DcdG0twX6kbaN6jdhGJYDDFk,621
3
+ tetris/tetris.py,sha256=pkDdZatFTD9x6e7J6-n649OP5cUNFNwgkT0sE-O-Qt0,20285
4
+ tetris_terminal-0.0.2a2.dist-info/licenses/LICENSE,sha256=1bO7E7nDlWd6w8saUyhDElvrOjEF_mVnyxCESe_-gT0,1067
5
+ tetris_terminal-0.0.2a2.dist-info/METADATA,sha256=3BwII7hG02JTEe45cigwD8jOjH3ouFoWI_l3kdMemS0,2577
6
+ tetris_terminal-0.0.2a2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
7
+ tetris_terminal-0.0.2a2.dist-info/entry_points.txt,sha256=JJSSe-Qvy_oyapzvi5phbPNveo9Cd8p-BoIU-ZKF9xY,43
8
+ tetris_terminal-0.0.2a2.dist-info/top_level.txt,sha256=T4Nlqe4Ss3LOGe002n2WprpZwOcJCNZfBLfFLKtwIOI,7
9
+ tetris_terminal-0.0.2a2.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- tetris/__init__.py,sha256=4rT_RO6uaP2iqGIxERDZL42ILb2R9vbda1dSXpVg3T0,151
2
- tetris/cli.py,sha256=WcYGhgXs_Crw3efFIq9DcdG0twX6kbaN6jdhGJYDDFk,621
3
- tetris/tetris.py,sha256=xlIsj9p30b1KBcgX6Q3hU-PUg-eRpLfyOe4BNtEa_v8,20285
4
- tetris_terminal-0.0.2a1.dist-info/licenses/LICENSE,sha256=1bO7E7nDlWd6w8saUyhDElvrOjEF_mVnyxCESe_-gT0,1067
5
- tetris_terminal-0.0.2a1.dist-info/METADATA,sha256=woDWyqK-2P8qxdriDo2tv1U7ZMq-p6qU-sKOVvZWA8U,2577
6
- tetris_terminal-0.0.2a1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
7
- tetris_terminal-0.0.2a1.dist-info/entry_points.txt,sha256=JJSSe-Qvy_oyapzvi5phbPNveo9Cd8p-BoIU-ZKF9xY,43
8
- tetris_terminal-0.0.2a1.dist-info/top_level.txt,sha256=T4Nlqe4Ss3LOGe002n2WprpZwOcJCNZfBLfFLKtwIOI,7
9
- tetris_terminal-0.0.2a1.dist-info/RECORD,,