snakeshell 0.1.0

The classic Snake game but in a shell environment
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SnakeShell

> The classic [Snake game]<https://en.wikipedia.org/wiki/Snake_(video_game_genre>) but in a shell environment.

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

### Game Controls

| **Key** | **Action** |
| :-----: | :--------: |
|   `W`   |  Move Up   |
|   `A`   | Move Left  |
|   `S`   | Move Down  |
|   `D`   | Move Right |
| `Enter` |  Confirm   |
|  `Esc`  |    Exit    |