SLMT / rust-snake

A snake game written in Rust.
MIT License
84 stars 27 forks source link

Version 2: Snake can pass through the wall only dies if touches itself #8

Open miline opened 1 year ago

miline commented 1 year ago

Hey,

I made a new version of your implementation, where the snake can pass through the wall but can not touch itself.

Hope you like it :-D