SnakeXplorer is a Python script that brings the classic Snake game to your file explorer. It generates a grid of images that update in real-time, letting you experience the game right in the directory.
git clone https://github.com/albert-ce/SnakeXplorer.git
cd SnakeXplorerpython3 -m venv venv- On Windows:
venv\Scripts\activate
- On Mac/Linux:
source venv/bin/activate
pip install -r requirements.txtTo play, just run the following:
python game.pyThen, follow the terminal instructions to start playing.
This project is licensed under the MIT License - see the LICENSE file for details.
This source code uses third-party libraries. To see the attributions, check the ATTRIBUTION.md file.
