Files
rust-smb/README.md

21 lines
310 B
Markdown

# 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 sdl2_image
```
## Run
```shell
$ cargo run
```