Skip to content

A very simple snake clone written in Rust and bevy.

Notifications You must be signed in to change notification settings

nhoffmann/rusty-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Snake

A very simple snake clone written in Rust and bevy.

This follows the bevy-snake-tutorial which was written for bevy 0.7.0, so had to make some adjustments to make it work with current bevy (0.14.0 at the time of writing).