serpent/serpent.md
2023-11-19 19:43:05 -04:00

13 lines
No EOL
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.