snakeshell

Crates.iosnakeshell
lib.rssnakeshell
version0.2.0
created_at2025-08-10 14:02:06.08487+00
updated_at2025-08-12 10:24:39.593962+00
descriptionThe classic Snake game but in a shell environment
homepagehttps://github.com/iShibi/snakeshell#readme
repositoryhttps://github.com/iShibi/snakeshell
max_upload_size
id1788930
size1,106,999
Shubham Parihar (iShibi)

documentation

README

SnakeShell

The classic Snake game but in a shell environment.

SnakeShell Demo

Installation

Here are the steps to install snakeshell game in your terminal:

  1. Download the Rust language from https://www.rust-lang.org/tools/install
  2. Run the following command in terminal to install snakeshell:
cargo install snakeshell
  1. Run snakeshell cmd and enjoy the game

Game Controls

Key Action
W Move Up
A Move Left
S Move Down
D Move Right
Enter Confirm
Esc Exit
Commit count: 0

cargo fmt