mirror of
https://codeberg.org/JasterV/snake.rs.git
synced 2026-04-26 18:10:08 +00:00
readme done
This commit is contained in:
parent
994b781390
commit
d8c89110ca
1 changed files with 40 additions and 0 deletions
40
README.md
Normal file
40
README.md
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<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)_
|
||||
Loading…
Reference in a new issue