Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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_