https://github.com/ishibi/snakeshell
The classic Snake game but in a shell environment.
https://github.com/ishibi/snakeshell
ascii crossterm game rust terminal tui
Last synced: 9 months ago
JSON representation
The classic Snake game but in a shell environment.
- Host: GitHub
- URL: https://github.com/ishibi/snakeshell
- Owner: iShibi
- License: mit
- Created: 2025-08-10T11:11:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-14T10:56:35.000Z (10 months ago)
- Last Synced: 2025-09-06T20:55:58.871Z (9 months ago)
- Topics: ascii, crossterm, game, rust, terminal, tui
- Language: Rust
- Homepage: https://crates.io/crates/snakeshell
- Size: 452 KB
- Stars: 19
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SnakeShell
> The classic [Snake game]() but in a shell environment.

### 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:
```cmd
cargo install snakeshell
```
3. 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 |