Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hoangph271/snake_game
- Owner: hoangph271
- Created: 2022-06-27T18:42:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T14:23:03.000Z (8 months ago)
- Last Synced: 2024-10-25T10:50:43.881Z (2 months ago)
- Topics: game, game-development, rust
- Language: Rust
- Homepage:
- Size: 3.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).*