English | 日本語(Japanese)
A retro snake game for your terminal 🐍
- Simple / Retro / Classic snake game
- Play with ⬅️⬆️⬇️➡️ arrow keys, W/A/S/D, or h/j/k/l
- Zsh 5.8+
Notes: The game is rendered using Unicode characters.
On ASCII-only terminals, the display may be misaligned or garbled.
(This issue is WIP)
Clone the repository:
git clone https://github.com/signothecat/zsnake.gitMove to the directory:
cd zsnakeRun the game:
zsh zsnake.zshClone the repository:
git clone https://github.com/signothecat/zsnake.gitMove to the directory:
cd zsnakeCopy zsnake.zsh as /usr/local/bin/zsnake:
sudo cp zsnake.zsh /usr/local/bin/zsnakeRun the game:
zsnakeIf you cloned the repository locally, simply delete the zsnake folder.
rm -rf zsnakeIf you installed it globally by copying to /usr/local/bin, remove /usr/local/bin/zsnake.
sudo rm /usr/local/bin/zsnakeThis project is still a work in progress.
Issues or pull requests are very welcome! 🙏
X(Twitter): @signothecat
MIT License © 2025 signothecat