snake.rs/README.md
2020-11-05 01:50:05 +01:00

40 lines
No EOL
899 B
Markdown

<h1 align="center">Welcome to Rust-Snake 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.8-blue.svg?cacheSeconds=2592000" />
<a href="https://mit-license.org/" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
</a>
</p>
> A simple snake game build in Rust to practice the language
## Install
```sh
cargo build
```
## Usage
```sh
cargo run
```
## Author
👤 **Víctor Martínez**
* Website: https://codepen.io/jasterv
* Github: [@JasterV](https://github.com/JasterV)
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2020 [Víctor Martínez](https://github.com/JasterV).<br />
This project is [MIT](https://mit-license.org/) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_