atif5 / tetris

A tetris game built with pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tetris

A tetris game built with pygame

Installation

With git:

$ git clone https://github.com/atif5/tetris

Dependencies

Run,

for Linux:

$ pip install -r requirements.txt

or:

$ python3 -m pip install -r requirements.txt

for Windows:

$ py -m pip install -r requirements.txt

Usage

$ python3 -m src

or if you are in Windows:

$ py -m src

Notes

Some non gameplay-related minor bugs are present. I will be working on them

About

A tetris game built with pygame


Languages

Language:Python 100.0%