An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# SnakeShell

> The classic [Snake game]() but in a shell environment.

![SnakeShell Demo](./demo/SnakeShell_Demo.gif)

### 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 |