SnakePrompt is an open-source, batch-script-based retro-style snake game for Windows.
- Classic snake gameplay in a command-line interface
- High score tracking and customizable settings
- VT100 mode for improved graphics rendering
- Fully open-source and easy to modify
- Download or clone this repository.
- Run RunME.bat using Command Prompt.
High scores and settings are stored in:
C:\Users\YourUserName\Snake
To reset them, simply delete the Snake folder.
- Screen flickering?
Go to the game menu, select Graphics Options, and toggle VT100 mode on or off. - Want to modify the source?
Right-click RunME.bat, select Open with, and use Notepad++ or your preferred IDE.
This project is licensed under the GNU General Public License (GPL v3.0).
Pull requests are welcome! Feel free to fork the repository and submit your improvements.