Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 453 Bytes

Snake in wgpu

Latest version is broken, but you can just pull older commits for it to work properly.

Popular game Snake implemented in Rust in the wgpu graphics library.

Note

Snake textures will never be added because of ugly code architecture.

Controls

  • Up/W key - up direction
  • Down/S key - down direction
  • Left/A key - left direction
  • Right/D key - right direction