Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game (Terminal)

A tiny terminal snake game written in Rust.

hugo & abdallah

Run

cargo run -p snake_game

Test

cargo test

Notes

  • Controls: W/A/S/D move, M mode, T speed, P pause, R restart, Q quit.
  • The game uses deterministic pseudo-random spawning for food and rocks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Generated from sf-edu/csci_420