shemishtamesh / termtris

a tetris clone for the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

termtris

A tui tetris game.

gameplay_demo

requirements

on linux, some keybaord events wouldn't get handled unless you use one of these terminals:

because support for kitty's keyboard protocol is needed.

running

$ git clone https://github.com/shemishtamesh/termtris
$ cd termtris
$ cargo run --release

configuration

you can find the default configuration file at examples/config.ron

About

a tetris clone for the terminal


Languages

Language:Rust 100.0%