update readme, added super duper mega simple collision detection

This commit is contained in:
2014-12-15 09:37:11 +01:00
parent 3b72327f0e
commit 85c95f24f2
5 changed files with 74 additions and 12 deletions

View File

@@ -1 +1,20 @@
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!
# 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
```