KalleHahl / TETRIS

TETRIS desktop application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pic

CI Badge codecov

Tetris game with leaderboards and a very 'unique' wall kick system.

Documentation:

Releases:

week5

week6

Final

Installation:

Clone this repository to your desired directory or download the latest release

git clone https://github.com/KalleHahl/TETRIS

Install dependencies

cd TETRIS
poetry install

Initialize database

poetry run invoke build

Start program

poetry run invoke start

Command-line:

Run these commands while in the TETRIS directory

Initialize database:

poetry run invoke build

Start program:

poetry run invoke start

Unittests:

poetry run invoke test

Coverage:

poetry run coverage-report

Open coverage report HTML in browser:

poetry run coverage-show

Pylint:

poetry run invoke lint

About

TETRIS desktop application


Languages

Language:Python 100.0%