Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bofeiw/tetris-python
Tetris with Pygame and a stupid AI
https://github.com/bofeiw/tetris-python
game pygame python python3 tetris tetris-game
Last synced: about 1 month ago
JSON representation
Tetris with Pygame and a stupid AI
- Host: GitHub
- URL: https://github.com/bofeiw/tetris-python
- Owner: bofeiw
- License: apache-2.0
- Created: 2018-06-08T05:06:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T09:33:28.000Z (over 1 year ago)
- Last Synced: 2023-04-30T10:35:53.152Z (over 1 year ago)
- Topics: game, pygame, python, python3, tetris, tetris-game
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 17
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tetris in Python
This is a simple Tetris game based on python3 with pygame.## How to play?
1. Download all python files and store them to one folder.
2. Open main.py to start play.## How to control?
Left and right to move, up to rotate, down to quick drop, space to hard drop.## Contribution
Everyone is welcome to contribute on this.## Test
Tested with python 3.6.3 and pygame 1.9.3, and auto-pygame-download part is tested under pip 9.## Related Projects
- https://github.com/tholman/tetris-pieces JS Tetris with AI