21 lines
299 B
Markdown
21 lines
299 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
|
|
```
|
|
|
|
|
|
## Run
|
|
|
|
```shell
|
|
$ cargo run
|
|
```
|