blessed-snake
Version:
Nokia3310
27 lines (18 loc) • 348 B
Markdown
# Blessed Snake
Terminal snake game built with react and react-blessed.
# How To Play
```
npx blessed-snake --difficulty hard --size 20
```
### Difficulty options
1. `--difficulty easy`
1. `--difficulty normal`
1. `--difficulty hard`
1. `--difficulty insane`
1. `--difficulty catreflex`
### Size options
```
--size {n}
# e.g.
--size 20
```