13 lines
339 B
Markdown
13 lines
339 B
Markdown
|
# Serpent
|
||
|
## Feautures
|
||
|
- **Great ASCII graphics:**
|
||
|
i. The snake will have different head characters depending on which direction it's going:
|
||
|
- **Up:** v
|
||
|
- **Down:** ^
|
||
|
- **Left:** >
|
||
|
- **Right:** <
|
||
|
ii. The game board has the following characters:
|
||
|
- **Corners:** +
|
||
|
- **Vertical borders:** |
|
||
|
- **Horizontal borders:** -
|
||
|
iii.
|