Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adds README
  • Loading branch information
nkoehring committed Nov 28, 2019
1 parent e32cd59 commit 095e7fe
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
@@ -0,0 +1,19 @@
# Snake.rs

A very simple snake clone writting in [Rust](https://www.rust-lang.org) using [SDL2](http://www.libsdl.org/).

It's also a bit flashy.

---

To build the project, use the typical, super complicated rust build steps:

```
cargo run
```

---

Thanks for the inspiration to [Mirabellensaft](https://github.com/Mirabellensaft) who created [Rusty Snake Book](https://github.com/rustbridge/Rusty-Snake-Book) as a tutorial for the [RustBridge Berlin workshop](https://berlin.rustbridge.com/events/nov-2019).

© 2019 by [koehr](https://koehr.in) under the [WTFPL](http://www.wtfpl.net/)

0 comments on commit 095e7fe

Please sign in to comment.