https://github.com/jasterv/rust-snake
Rust snake game developed with Rust
https://github.com/jasterv/rust-snake
Last synced: about 1 year ago
JSON representation
Rust snake game developed with Rust
- Host: GitHub
- URL: https://github.com/jasterv/rust-snake
- Owner: JasterV
- Created: 2020-11-03T23:50:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T00:50:10.000Z (over 5 years ago)
- Last Synced: 2025-03-07T21:32:57.649Z (over 1 year ago)
- Language: Rust
- Size: 75.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Rust-Snake đ
> 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).
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)_