Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/afireinside777/the-tetris

firstrepo functionality gameprogramming pygame python tetris

Last synced: 11 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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.