Tetris.jl icon indicating copy to clipboard operation
Tetris.jl copied to clipboard

you know, for kids? 👾

Tetris

Build Status Binder

Gameplay Shots

music by: Ghost & Kozmos


Installation

Pkg.add("Tetris")

Usage

Standard usage is:

using Tetris
Tetris.setup()

However, if you have a long running function, this might be more your speed:

using Tetris
@tetris slow_func()

Controls

For the most part, they match tetris friends.