# Super Matte Bros It time for me to learn Rust, and why not try to make a simple Super Mario Bros clone, called Super Matte Bros. Run Matte, RUN! ## Install ### OS X ```shell $ curl -s https://static.rust-lang.org/rustup.sh | sudo sh $ brew install sdl2 ``` ## Run ```shell $ cargo run ```