Skip to content

ArrODevv/Snake-Rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

Snake written in Rust

Note

It is recommended to add this line to your .vscode/settings.json file:

"rust-analyzer.cargo.buildScripts.enable": false

This prevents rust-analyzer from running build scripts, so that the server doesn't bug out when trying to check your workspace.