AFireInside777 / The-Tetris

This is a project I built in order to get more familiar with Pygame. Unfortunately, the only pygame features I needed were drawing a rectangle, opening a screen, and placing text on a screen. The rest of the project (so far) only required basic Python objects and functions. I am still learning coding, so I do plan on adding and updating functionality and visuals (using sprites) for this project as time passes. Thank you.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The-Tetris

This is a project I built in order to get more familiar with Pygame. I do not have any vision or plan for a final version of this project. I am still learning coding, so I do plan on adding and updating functionality and visuals (using sprites) for this project as time passes.

This uses the Pygame module: https://pypi.org/project/pygame/

It also utilizes the Python time and random modules. The project can be ran in Python 3.10.7.

--Functionality for being able to pause the game is still being worked on. The game can pause if you press P, however, it does not un-pause.

You may play the game by downloading the code and running it in Python. I will try to provide an executable for the app if possible here.

About

This is a project I built in order to get more familiar with Pygame. Unfortunately, the only pygame features I needed were drawing a rectangle, opening a screen, and placing text on a screen. The rest of the project (so far) only required basic Python objects and functions. I am still learning coding, so I do plan on adding and updating functionality and visuals (using sprites) for this project as time passes. Thank you.


Languages

Language:Python 100.0%