Skip to content

Instantly share code, notes, and snippets.

@Shurastei
Shurastei / Tetris
Created December 18, 2020 05:13
Para jogar Tetris
import pygame
import random
# Tetris, na moralzinha ;)
colors = [
(0, 0, 0),
(120, 37, 179),
(100, 179, 179),
(80, 34, 22),
(80, 134, 22),