kacperstyslo / tetris

Simple implementation of a tetris game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tetris

Description

Simple implementation of a tetris game. The game runs in windows console(cmd) or powershell.

Requirements

  • Python 3+
  • All packages beyond the standard python library are in requirements.txt
  • Windows (working only on windows)

    If you want to install missing packages just type ↓
pip install -r requirements.txt

Start-up

❗ Use cmd or powershell to start game ❗

python tetris.py

Game instructions

  • Move figure to left press A
  • Move figure to right press D
  • Rotate figure counter clockwise press W
  • Rotate figure clockwise press S
  • Exit game press ESC or Q

Game View

game

About

Simple implementation of a tetris game.


Languages

Language:Python 100.0%