Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 543 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 543 Bytes

Snake

A terminal-based snake game.

Usage

cargo run --release

The snake can be controlled using arrow keys (, , , ) or Vim-style keys (H, L, J, K) for left, right, down, and up, respectively. Press Q to quit the game.

License

MIT