Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 488 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 488 Bytes

snake_game

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

// TODO:

  • food for snake
  • remove blocking rodio
  • package audio files with the binary
  • BUG: snake is now un-killable
  • snake consumes food
  • spawn food
  • background music, with rodio

It was previously located located at useRust/snake_game.