Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 466 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 466 Bytes

Requirement

- Python >= 3.9
- Poetry 

Installation

Clone the project

git clone https://github.com/huytd2k/pytetris.git
cd pytetris

Install dependencies

poetry install --no-dev

Run with poetry

poetry run python pytetris/main.py

Screnshoot

screnshot

TODOS

  • Refractor the code, it's kinda sucks now
  • Draw brick queue on scree
  • UI