Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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