A Tetris game written in Python.
Project description
Tetris Game
A Tetris game written in Python.
This has 2 possible interfaces:
- pygame GUI (the default/main version)
- command-line (minimal/basic version with reduced functionality)
Install
pip
The preferred way to install Tetris is via pip:
pip install tetris-py
To play, you then simply run:
tetris-py
For the CLI version, use tetris-py-cli
instead.
source
An alternative way is to simply clone the repo and use the ./run
script:
git clone git@github.com:tomapopov/tetris-py.git
cd tetris-py
./run
For the CLI version, use ./run_cli
instead.
Dependencies
The GUI version uses the pygame
package, which is listed in requirements.txt
.
License
Copyright 2024 Toma Popov.
Distributed under the terms of the Apache 2.0 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tetris_py-0.0.9.tar.gz
(20.9 kB
view details)
Built Distribution
tetris_py-0.0.9-py3-none-any.whl
(24.3 kB
view details)
File details
Details for the file tetris_py-0.0.9.tar.gz
.
File metadata
- Download URL: tetris_py-0.0.9.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14cdd16bb462511fd490120ce515b53b553e1df472dbd70ccac07bc89785cf5d |
|
MD5 | 33e527f462349d52347558a8a6562ad5 |
|
BLAKE2b-256 | 0f14491f509596c360b29f4487308e841e85f3b313c4c759837d38ab44ad5fe1 |
File details
Details for the file tetris_py-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: tetris_py-0.0.9-py3-none-any.whl
- Upload date:
- Size: 24.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59cca56f8e4513e19d601d366b2599bfea73168e4233a78c3afd1b6305a90ce9 |
|
MD5 | 26087c4f6fdd8fef00cdeffa7e8cf6bf |
|
BLAKE2b-256 | fb41da9978f23a6114f4ce2445d5ed62aa0ddb6eb835ef2d4ebbfed3d94189de |