retris 0.3.0

This is a Rust implementation of tetris using the Cursive library
Documentation
1
2
3
4
5
use retris::game::run;

fn main() {
    run();
}