Skip to content

sssilver/tetrust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 _____     _               _   
|_   _|___| |_ ___ _ _ ___| |_ 
  | | | -_|  _|  _| | |_ -|  _|
  |_| |___|_| |_| |___|___|_|  
                               

Tetrust is an implementation of Tetris in Rust. Currently a work in progress.

The project's sole aim is to aid me in my quest of getting better at programming in Rust.

Installation

  • Clone this repository
  • Install the latest stable Rust
  • $ cd <cloned_tetrust_directory>
  • $ cargo run

Interesting details

  • Polyominoes are generated; game could be customized for arbitrary lattice animal complexity
  • Uses pancurses, which has the promise of supporting both Linux/UNIX through ncurses, and Windows through whatever it is that Windows uses
  • Game could be customized for arbitrary board size

About

Tetris implementation in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages