serpent/serpent.md

13 lines
339 B
Markdown
Raw Normal View History

2023-11-19 23:43:05 +00:00
# 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.