Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mealet/snake-eater-rs
Basic snake which can eat itself on Rust
https://github.com/mealet/snake-eater-rs
Last synced: 24 days ago
JSON representation
Basic snake which can eat itself on Rust
- Host: GitHub
- URL: https://github.com/mealet/snake-eater-rs
- Owner: mealet
- License: mit
- Created: 2024-05-11T14:14:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T14:28:57.000Z (6 months ago)
- Last Synced: 2024-05-11T15:31:45.713Z (6 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Snake Eater
![Static Badge](https://img.shields.io/badge/rust-red?style=for-the-badge&label=Language&color=%23ff0d0d)
![Static Badge](https://img.shields.io/badge/game-red?style=for-the-badge&label=category&color=%23ff0d0d)
![Static Badge](https://img.shields.io/badge/macroquad-red?style=for-the-badge&label=library&color=%23ff0d0d)Simple snake game based on `Macroquad Lib` (rust).
Game created out of boredom, but there is one interesting feature: _Snake can eat itself_