一个简单的python编写的俄罗斯方块用pygame的克隆。
资 源 简 介
Extract the files to a desired directory and run the game by double-clicking Clone_of_Tetris.py.
Uses Up/Down/Left/Right arrow keys to control the game pieces. Escape will exit if the game is not currently paused, otherwise use the Close button on the window. the G key will display a grid for aligning game pieces more easily. Working on incorporating a High Score tracker. New buttons added for Pause/Resume and New Game.
-ESC
文 件 列 表
bg_music.ogg
board_bg.png
cell1.png
game_over.png
new_game_btn.png
queue_bg_color.png
shape_1_image.png
shape_2_image.png
shape_3_image.png
shape_4_image.png
shape_5_image.png
shape_6_image.png
shape_7_image.png
side_bar.png
start_stop_btn.png
Clone_of_Tetris.py
Game_Board.py
Game_Piece.py
pyButton.py