Skip to content

lgoeldner/tetris-tui

 
 

Repository files navigation

tetris-tui

Forked from tetris-tui

Changes

  • Implemented Tetris Random Algorithm
  • Optimized memory and performance by using slices instead of multidimensional Vec<_>s
  • Added configuration possiblities for custom keybindings

Tetris in the terminal

Play tetris in 2-player mode

Usage

$ tetris-tui -h
Tetris in the terminal

Usage: tetris-tui [OPTIONS]

Options:
  -m, --multiplayer
  -s, --server-address <SERVER_ADDRESS>
  -h, --help                             Print help
  -V, --version                          Print version

Installation

build using cargo build

About

Tetris in the terminal, with a custom config

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%