8000 GitHub - KalleHahl/TETRIS: TETRIS desktop application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

KalleHahl/TETRIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0