tetrs-tui 0.1.0

A terminal-based Tetris clone built using the Cursive TUI library.
Documentation
pub static TETRS_T: &str = r#"
███████████████
███████████████
     █████     
     █████     
     █████     
     █████     
     █████     
     █████      
"#;

pub static TETRS_E: &str = r#"
 █████████████ 
███████████████ 
█████  
███████████████
███████████████
█████ 
███████████████
 █████████████ 
"#;

pub static TETRS_R: &str = r#"
 █████████████ 
███████████████
█████     █████ 
█████     █████
██████████████
█████   █████ 
█████    █████ 
█████     █████
"#;

pub static TETRS_S: &str = r#"
 █████████████
███████████████
█████
███████████████
███████████████
          █████
███████████████
 █████████████
"#;

pub static BLOCK_CHAR: &str = "";