Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hoangph271/snake_game

A simple PoC snake_game poorly written in Rust.
https://github.com/hoangph271/snake_game

game game-development rust

Last synced: 15 days ago
JSON representation

A simple PoC snake_game poorly written in Rust.

Awesome Lists containing this project

README

        

## snake_game

A simple PoC `snake_game` poorly written in Rust.
Rendering was done with `piston`.

`// TODO:`
- [x] `food` for `snake`
- [ ] remove blocking `rodio`
- [x] package audio files with the binary
- [x] BUG: `snake` is now un-killable
- [x] `snake` consumes `food`
- [x] spawn `food`
- [x] background music, with [rodio](https://docs.rs/rodio)

---

> *It was previously located located at [useRust/snake_game](https://github.com/hoangph271/useRust/tree/master/snake_game).*