This repository contains a minimalist Snake game written intirely in batch script, created for LudumDare game jam with the "Minimalism" theme.
- Download the repository or clone it using Git.
- (Optional) Compile the batch script into an executable (EXE) file: You can use a tool like (Batto Exe Converter)[https://www.majorgeeks.com/files/details/bat_to_exe_converter.html] to convert the
snake.batfile into an executable for easier running. - Run the
snake.batfile (or the generated EXE file). - Use the arrow keys (
↑,↓,←,→) to navigate the snake. - Collect food (represented by a symbol) to grow longer.
- Avoid hitting the walls or your own body, or the game ends.
- Classic Snake gameplay
- Minimalist visuals
- Written entirely in batch script
- Script:
snake.bat - Language: Batch Script
- This game was created for LudumDare "Minimalism" theme.
- Feel free to modify the script to customize the game's difficulty or appearance.
- This is a simple implementation for educational purposes.
This code is provided under the MIT License. See the LICENSE file for details.