v1.0.0 – Initial Release 🎉
This is the first official release of zsnake, a retro snake game implemented entirely in zsh with no external dependencies.
Full Changelog: https://github.com/signothecat/zshsnake/commits/v1.0.0
Features
- Supports multiple control schemes:
- Arrow keys ⬅️⬆️⬇️➡️
- W/A/S/D keys
- Vim-style keys (h/j/k/l)
- Start Menu
- s: Start game (from start menu)
- q: Quit
- In Play
- ↑ ↓ ← → / WASD / hjkl: Move the snake
- p: Pause
- r: Retry
- b: Back to Menu
- q: Quit
Known Limitations
- On ASCII-only terminals, rendering may appear misaligned or garbled. Improving this compatibility is a work in progress.
###New Contributors
- @signothecat made their first contribution
License
MIT License © 2025 signothecat