djsegal / Tetris.jl

you know, for kids? 👾

Home Page:https://juliatetris.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

you know, for kids? 👾

https://juliatetris.com/

License:Other


Languages

Language:Julia 87.6%Language:CSS 12.4%