Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/afireinside777/the-tetris
- Owner: AFireInside777
- Created: 2021-04-23T13:44:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T15:56:56.000Z (over 2 years ago)
- Last Synced: 2024-11-22T07:12:40.601Z (2 months ago)
- Topics: firstrepo, functionality, gameprogramming, pygame, python, tetris
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.